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:
commit
c1134d2f4d
@ -243,10 +243,6 @@ class Fetcher:
|
|||||||
'--offline not possible.' %
|
'--offline not possible.' %
|
||||||
i.fullfilename)
|
i.fullfilename)
|
||||||
self.dirSetup(i)
|
self.dirSetup(i)
|
||||||
if i.hdrmd5 and self.enable_cpio:
|
|
||||||
self.__add_cpio(i)
|
|
||||||
done += 1
|
|
||||||
continue
|
|
||||||
try:
|
try:
|
||||||
# if there isn't a progress bar, there is no output at all
|
# if there isn't a progress bar, there is no output at all
|
||||||
prefix = ''
|
prefix = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user