projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fed6bd
)
Make repoman ignore FEATURES=digest when in manifest-check mode.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Aug 2010 22:21:09 +0000
(15:21 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Aug 2010 22:21:09 +0000
(15:21 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 708ef707907c47a2bc2578c1ed1dbc091549db38..55fdce21235ad59734d25a4a42e90c5e00e59666 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1027,7
+1027,8
@@
for x in scanlist:
generated_manifest = False
if options.mode == "manifest" or \
- 'digest' in repoman_settings.features or \
+ (options.mode != 'manifest-check' and \
+ 'digest' in repoman_settings.features) or \
options.mode in ('commit', 'fix') and not options.pretend:
auto_assumed = set()
fetchlist_dict = portage.FetchlistDict(checkdir,