mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
config.py: add UBUNTU_INTERNAL_MIRROR option, for launchpad internal mirror.
This commit is contained in:
parent
6cc8040510
commit
5a428b462d
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -21,6 +21,8 @@ ubuntu-dev-tools (0.178) UNRELEASED; urgency=medium
|
||||
|
||||
[ Dimitri John Ledkov ]
|
||||
* pullpkg.py: fix --mirror option parsing.
|
||||
* config.py: add UBUNTU_INTERNAL_MIRROR option, for launchpad internal
|
||||
mirror.
|
||||
|
||||
-- Mattia Rizzolo <mattia@debian.org> Tue, 22 Dec 2020 17:50:52 +0100
|
||||
|
||||
|
@ -43,6 +43,7 @@ class UDTConfig(object):
|
||||
'MIRROR_FALLBACK': True,
|
||||
'UBUNTU_MIRROR': 'http://archive.ubuntu.com/ubuntu',
|
||||
'UBUNTU_PORTS_MIRROR': 'http://ports.ubuntu.com',
|
||||
'UBUNTU_INTERNAL_MIRROR': 'http://ftpmaster.internal/ubuntu',
|
||||
'UBUNTU_DDEBS_MIRROR': 'http://ddebs.ubuntu.com',
|
||||
'UPDATE_BUILDER': False,
|
||||
'WORKDIR': None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user