mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
pullpkg.py: fix --mirror option parsing.
This commit is contained in:
parent
d3a7eac62f
commit
6cc8040510
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -19,6 +19,9 @@ ubuntu-dev-tools (0.178) UNRELEASED; urgency=medium
|
||||
+ Limit bug description length to 50k chars to support Launchpad's limits.
|
||||
LP: #1193941
|
||||
|
||||
[ Dimitri John Ledkov ]
|
||||
* pullpkg.py: fix --mirror option parsing.
|
||||
|
||||
-- Mattia Rizzolo <mattia@debian.org> Tue, 22 Dec 2020 17:50:52 +0100
|
||||
|
||||
ubuntu-dev-tools (0.177) unstable; urgency=medium
|
||||
|
@ -344,7 +344,7 @@ class PullPkg(object):
|
||||
|
||||
mirrors = []
|
||||
if options['mirror']:
|
||||
mirrors.append(options['mirror'])
|
||||
mirrors.extend(options['mirror'])
|
||||
if pull == PULL_DDEBS:
|
||||
config = UDTConfig(options['no_conf'])
|
||||
ddebs_mirror = config.get_value(distro.upper() + '_DDEBS_MIRROR')
|
||||
|
Loading…
x
Reference in New Issue
Block a user