config.py: add UBUNTU_INTERNAL_MIRROR option, for launchpad internal mirror.

This commit is contained in:
Dimitri John Ledkov 2021-01-18 22:07:01 +00:00
parent 6cc8040510
commit 5a428b462d
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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,