projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3cdb1
)
Fix repoman to support FEATURES=digest (reportedly it used to work
author
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Aug 2010 18:27:16 +0000
(11:27 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 25 Aug 2010 18:27:16 +0000
(11:27 -0700)
but has stopped working since recent changes).
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index b497e107ffd123b52f3612969359900fc2ce1cde..2deeb5d78c212da80837801ef7b690f49b6cc531 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1027,6
+1027,7
@@
for x in scanlist:
generated_manifest = False
if options.mode == "manifest" or \
+ 'digest' in repoman_settings.features or \
options.mode in ('commit', 'fix') and not options.pretend:
auto_assumed = set()
fetchlist_dict = portage.FetchlistDict(checkdir,