projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf14eb
)
repoman: check LIVEVCS.stable for gentoo only
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Apr 2012 19:17:06 +0000
(12:17 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Apr 2012 19:17:06 +0000
(12:17 -0700)
This will fix bug #414123.
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 606f1d64d9e0959b93907ce668e8495d6b76bb1e..0163f8d3059c49e4b8a3f0df0691d437b9dac8bb 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1797,7
+1797,7
@@
for x in effective_scanlist:
Ebuilds that inherit a "Live" eclass (darcs,subversion,git,cvs,etc..) should
not be allowed to be marked stable
"""
- if live_ebuild:
+ if live_ebuild
and repo_config.name == "gentoo"
:
bad_stable_keywords = []
for keyword in keywords:
if not keyword.startswith("~") and \