projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174da53
)
repoman: fix ebuild.badheader for bug #403705
author
Zac Medico
<zmedico@gentoo.org>
Wed, 15 Feb 2012 00:04:34 +0000
(16:04 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 15 Feb 2012 00:04:34 +0000
(16:04 -0800)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 80f994cef61d42e6c4d07e0efafe2ada7e3140e9..50c017af2abdafb3e84f9e74348d4098a5d8a68d 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-77,6
+77,7
@@
class EbuildHeader(LineCheck):
# gentoo_license = re.compile(r'^# Distributed under the terms of the GNU General Public License v2$')
gentoo_license = '# Distributed under the terms of the GNU General Public License v2'
cvs_header = re.compile(r'^# \$Header: .*\$$')
+ ignore_comment = False
def new(self, pkg):
if pkg.mtime is None: