projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa3c16d
)
repoman: warn about calls to prepall and preplib
author
Zac Medico
<zmedico@gentoo.org>
Mon, 28 Feb 2011 05:27:02 +0000
(21:27 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Mar 2011 20:53:03 +0000
(12:53 -0800)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index a05c128fe5c7e82b4129d4217c0297a02bc2d720..566984a51707730320456514e6b798b70be70417 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-625,7
+625,7
@@
class Eapi4GoneVars(LineCheck):
class PortageInternal(LineCheck):
repoman_check_name = 'portage.internal'
- re = re.compile(r'[^#]*\b(ecompress|ecompressdir|prepall
docs
)\b')
+ re = re.compile(r'[^#]*\b(ecompress|ecompressdir|prepall
|prepalldocs|preplib
)\b')
def check(self, num, line):
"""Run the check on line and return error if there is one"""