projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783c396
)
Make `repoman fix` work with the new ebuild Manifest checks during depend phase.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 4 Dec 2006 01:19:22 +0000
(
01:19
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 4 Dec 2006 01:19:22 +0000
(
01:19
-0000)
svn path=/main/trunk/; revision=5167
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 9f853073d5cbc5230bfab704b86d70d1c0d0d405..2b0909c79a8b362d93500e12463b566c3aabd66c 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-820,7
+820,7
@@
for x in scanlist:
fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries")
continue
- if mymode
== "commit"
:
+ if mymode
in ("fix", "commit")
:
repoman_settings["O"] = checkdir
portage.digestgen(
[], repoman_settings, manifestonly=1, myportdb=portdb)