This reverts commit
62712db56bb863b4eb0a9d9c52e7b2c3ad38df66.
This code already defaulted to the allow-missing-manifests behavior,
since the fetch() allow_missing_digests argument default is true. By
making the argument conditional on allow-missing-manifests, it changed
the behavior in the default case where allow-missing-manifests is
disabled.
fetchme = aalist
else:
fetchme = alist
- allow_missing_manifests = \
- "allow-missing-manifests" in mysettings.features
+
if not fetch(fetchme, mysettings, listonly=listonly,
- fetchonly=fetchonly,
- allow_missing_digests=allow_missing_manifests):
+ fetchonly=fetchonly, allow_missing_digests=True):
spawn_nofetch(mydbapi, myebuild, settings=mysettings)
if listonly:
# The convention for listonly mode is to report