commit:     2072c512452e89ccb175103ea839eb4cbe64d617
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 18:29:46 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 05:54:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=2072c512

repoman: Make LIVEVCS.* checks fatal

Make LIVEVCS.* checks fatal to prevent people from committing ebuilds
using live eclasses instead of package.masking them afterwards by QA.

Acked-by: Zac Medico <zmedico <AT> gentoo.org>

 repoman/pym/repoman/qa_data.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py
index 48ab389..738368e 100644
--- a/repoman/pym/repoman/qa_data.py
+++ b/repoman/pym/repoman/qa_data.py
@@ -270,8 +270,6 @@ qawarnings = set((
        "repo.eapi.deprecated",
        "usage.obsolete",
        "upstream.workaround",
-       "LIVEVCS.stable",
-       "LIVEVCS.unmasked",
        "IUSE.rubydeprecated",
 ))
 

Reply via email to