1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 18:16:17 +01:00

Merge commit 'refs/pull/981/head' of github.com:openSUSE/osc

Do not download a bdep with a hdrmd5 from the api by default.
This commit is contained in:
Marcus Huewe 2021-12-15 00:04:41 +01:00
commit c1134d2f4d

View File

@ -243,10 +243,6 @@ class Fetcher:
'--offline not possible.' %
i.fullfilename)
self.dirSetup(i)
if i.hdrmd5 and self.enable_cpio:
self.__add_cpio(i)
done += 1
continue
try:
# if there isn't a progress bar, there is no output at all
prefix = ''