public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] repoman: Make LIVEVCS.* checks fatal
@ 2016-06-28 18:30 Michał Górny
  2016-06-28 19:40 ` Zac Medico
  0 siblings, 1 reply; 3+ messages in thread
From: Michał Górny @ 2016-06-28 18:30 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Michał Górny

Make LIVEVCS.* checks fatal to prevent people from committing ebuilds
using live eclasses instead of package.masking them afterwards by QA.
---
 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",
 ))
 
-- 
2.9.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-30  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 18:30 [gentoo-portage-dev] [PATCH] repoman: Make LIVEVCS.* checks fatal Michał Górny
2016-06-28 19:40 ` Zac Medico
2016-06-30  5:54   ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox