projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb941c1
)
repoman: check for env-update, bug #402339
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Feb 2012 23:32:12 +0000
(15:32 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Feb 2012 23:32:12 +0000
(15:32 -0800)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index cdcc8bcd84857aa95ef35d4e2bf8f8f5f16a8636..80f994cef61d42e6c4d07e0efafe2ada7e3140e9 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-647,7
+647,7
@@
class Eapi4GoneVars(LineCheck):
class PortageInternal(LineCheck):
repoman_check_name = 'portage.internal'
- re = re.compile(r'[^#]*\b(ecompress|ecompressdir|prepall|prepalldocs|preplib)\b')
+ re = re.compile(r'[^#]*\b(ecompress|ecompressdir|
env-update|
prepall|prepalldocs|preplib)\b')
def check(self, num, line):
"""Run the check on line and return error if there is one"""