mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-06 03:10:57 +01:00
Merge branch 'fix_issue_471' of https://github.com/lethliel/osc
Fix pubkey handling. This a follow-up fix for commit 65b053abb3b5771303ec998a813d600e2a776ab6 ("replace urlgrabber to enable python3 compatibility").
This commit is contained in:
commit
28fdb9e991
@ -272,7 +272,7 @@ class Fetcher:
|
|||||||
elif not self.offline:
|
elif not self.offline:
|
||||||
OscFileGrabber().urlgrab(url, dest)
|
OscFileGrabber().urlgrab(url, dest)
|
||||||
# not that many keys usually
|
# not that many keys usually
|
||||||
if i not in buildinfo.prjkeys:
|
if i not in buildinfo.prjkeys and not try_parent:
|
||||||
buildinfo.keys.append(dest)
|
buildinfo.keys.append(dest)
|
||||||
buildinfo.prjkeys.append(i)
|
buildinfo.prjkeys.append(i)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user