projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70f279
)
Remove redundant info from the KEYWORDS.dropped message.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 00:05:37 +0000
(
00:05
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 28 Mar 2008 00:05:37 +0000
(
00:05
-0000)
svn path=/main/trunk/; revision=9523
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 855561478a093efebf853f4642bd19badaa6c5fe..df7c0c0e2f6f828a5d70892d9009fcb4aa85150f 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1046,7
+1046,7
@@
for x in scanlist:
if dropped_keywords:
stats["KEYWORDS.dropped"] += 1
fails["KEYWORDS.dropped"].append(
- relative_path + "
dropped keywords
: %s" % \
+ relative_path + ": %s" % \
" ".join(sorted(dropped_keywords)))
slot_keywords[myaux["SLOT"]].update(ebuild_archs)