projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d94f5
)
Downgrade virtuals related errors to warnings.
author
Jason Stubbs
<jstubbs@gentoo.org>
Fri, 30 Dec 2005 09:06:32 +0000
(09:06 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Fri, 30 Dec 2005 09:06:32 +0000
(09:06 -0000)
svn path=/main/branches/2.0.54/; revision=2503
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 9e4afb2314fb212a0eb8241a5e921c869df7d156..9fd880b3d6c781ab16e2d1c29cadbf33d0786fe5 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-160,7
+160,9
@@
qawarnings=[
"file.size",
"metadata.missing",
"metadata.bad",
-"virtual.versioned"
+"virtual.versioned",
+"virtual.exists",
+"virtual.unavailable"
]
missingvars=["KEYWORDS","LICENSE","DESCRIPTION","HOMEPAGE","SLOT"]