projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727d18b
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jun 2008 22:20:35 +0000
(22:20 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jun 2008 22:20:35 +0000
(22:20 -0000)
svn path=/main/trunk/; revision=10861
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index febe30a7339edd6f6083a7a84fee9c107ebe237f..a131eadc52a8628fb9ccdfcb06de54b5021be815 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-774,7
+774,7
@@
shared_xmatch_caches = {"cp-list":{}}
# Disable the "ebuild.notadded" check when not in commit mode and
# running `svn list` and `svn status` calls in every package dir
# will be too expensive.
-
enable
_ebuild_notadded = not \
+
check
_ebuild_notadded = not \
(vcs == "svn" and repolevel < 3 and options.mode != "commit")
for x in scanlist: