noiselevel=-1)
return 1
+ mf = None
if "strict" in features and \
"digest" not in features and \
tree == "porttree" and \
else:
fetchme = alist
+ dist_digests = None
+ if mf is not None:
+ dist_digests = mf.getTypeDigests("DIST")
if not fetch(fetchme, mysettings, listonly=listonly,
- fetchonly=fetchonly, allow_missing_digests=True):
+ fetchonly=fetchonly, allow_missing_digests=True,
+ digests=dist_digests):
spawn_nofetch(mydbapi, myebuild, settings=mysettings)
if listonly:
# The convention for listonly mode is to report
if digests is None and not (pkgdir is None or skip_manifest):
mydigests = Manifest(
pkgdir, mysettings["DISTDIR"]).getTypeDigests("DIST")
- elif digests is None:
+ elif digests is None or skip_manifest:
# no digests because fetch was not called for a specific package
mydigests = {}
else: