Make repoman ignore FEATURES=digest when in manifest-check mode.
authorZac Medico <zmedico@gentoo.org>
Thu, 26 Aug 2010 22:21:09 +0000 (15:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 Aug 2010 22:21:09 +0000 (15:21 -0700)
bin/repoman

index 708ef707907c47a2bc2578c1ed1dbc091549db38..55fdce21235ad59734d25a4a42e90c5e00e59666 100755 (executable)
@@ -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,