projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb26cc
)
Remove duplicate call to digestgen().
author
Zac Medico
<zmedico@gentoo.org>
Sun, 7 Oct 2007 21:28:23 +0000
(21:28 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 7 Oct 2007 21:28:23 +0000
(21:28 -0000)
svn path=/main/trunk/; revision=7996
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 76cc8ac51d1ea230f67d0d00bbc804bd2e933c29..6c600df00b72144dd1b71ff34298cf86e86ed1c2 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-840,13
+840,6
@@
for x in scanlist:
elif dofail:
sys.exit(1)
- if mymode in ("fix", "commit") and \
- "--pretend" not in myoptions:
- repoman_settings["O"] = checkdir
- if not portage.digestgen([], repoman_settings, myportdb=portdb):
- print "Unable to generate manifest."
- sys.exit(1)
-
checkdirlist=os.listdir(checkdir)
ebuildlist=[]
ebuild_metadata = {}