projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54410a1
)
repoman: inherit.missing non-fatal (experimental)
author
Zac Medico
<zmedico@gentoo.org>
Sat, 2 Jun 2012 06:19:14 +0000
(23:19 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 2 Jun 2012 06:19:14 +0000
(23:19 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 779e65147709aa09ed92d204acbd7341afed9fd3..f62ec0f1de8cd44e8a0fba1e4988e8ba170c2572 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-437,6
+437,10
@@
qawarnings = set((
"LIVEVCS.unmasked",
))
+if portage.const._ENABLE_INHERIT_CHECK:
+ # This is experimental, so it's non-fatal.
+ qawarnings.add("inherit.missing")
+
non_ascii_re = re.compile(r'[^\x00-\x7f]')
missingvars = ["KEYWORDS", "LICENSE", "DESCRIPTION", "HOMEPAGE"]