diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-02 21:44:28 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-02 21:44:28 +0000 |
commit | 5aa1f6d5291d524621b5ca4241da36c2dc893e53 (patch) | |
tree | f8cb117d272248311958fa2582d72c45de8e738e | |
parent | f97446c9c42f70acc30f855a679f601db88fba49 (diff) | |
download | portage-5aa1f6d5291d524621b5ca4241da36c2dc893e53.tar.gz portage-5aa1f6d5291d524621b5ca4241da36c2dc893e53.tar.bz2 portage-5aa1f6d5291d524621b5ca4241da36c2dc893e53.zip |
Make metadata.missing and metadata.bad fatal by removing them from the
qawarnings set. Thanks to Robin H. Johnson <robbat2@g.o> for the suggestion.
svn path=/main/trunk/; revision=11803
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman index fd5d8a68d..c34806d0e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -349,8 +349,6 @@ qawarnings = set(( "file.size", "inherit.autotools", "java.eclassesnotused", -"metadata.missing", -"metadata.bad", "virtual.versioned", "virtual.exists", "virtual.unavailable", |