From ac2f980e0f1165ec6a432347213fbb0ae0e1dcbc Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 12 Apr 2023 17:59:40 -0700 Subject: [PATCH] Remove references to ftpmaster.internal. When this name is resolvable but firewalled, syncpackage hangs; and these are tools for developers, not for running in an automated context in the DCs where ftpmaster.internal is reachable. --- debian/changelog | 9 +++++++++ ubuntutools/config.py | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5bddc9d..75fc328 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ubuntu-dev-tools (0.193ubuntu2) UNRELEASED; urgency=medium + + * Remove references to ftpmaster.internal. When this name is resolvable + but firewalled, syncpackage hangs; and these are tools for developers, + not for running in an automated context in the DCs where + ftpmaster.internal is reachable. + + -- Steve Langasek Wed, 12 Apr 2023 17:57:35 -0700 + ubuntu-dev-tools (0.193ubuntu1) lunar; urgency=medium * Set apt preferences for the -proposed pocket in mk-sbuild so that diff --git a/ubuntutools/config.py b/ubuntutools/config.py index 8125e50..99731ca 100644 --- a/ubuntutools/config.py +++ b/ubuntutools/config.py @@ -44,7 +44,6 @@ class UDTConfig: "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,