From f63cae645260f26dcece4ea4a612bc484159aafd Mon Sep 17 00:00:00 2001 From: Florent 'Skia' Jacquet Date: Wed, 15 Apr 2026 11:31:49 +0200 Subject: [PATCH] Revert "Update SEEDMIRROR to point to the new infra" This reverts commit 9d10c8086541a42ab48799d23765251096c3d7fe. Actually, the new infra is not completely ready yet. There were concerns about opening up the firewall/proxy on the builders to a service that is way less strictly controlled than the current Archive toolbox. We'll need to address these concerns first, then we can proceed with the move. --- debian/changelog | 3 --- live-build/auto/config | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index cfec9026..86c55666 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,5 @@ livecd-rootfs (26.04.32) UNRELEASED; urgency=medium - [ Florent 'Skia' Jacquet ] - * Update SEEDMIRROR to point to the new infra - [ Alfonso Sanchez-Beato ] * Add support for building Ubuntu Core 26 images. diff --git a/live-build/auto/config b/live-build/auto/config index 713b61ac..7a0b166d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -32,11 +32,12 @@ fi echo "Building on $(hostname --fqdn)" -SEEDMIRROR=https://static-reports.ubuntu.com/seeds/ +SEEDMIRROR=https://ubuntu-archive-team.ubuntu.com/seeds/ if [ -z "$MIRROR" ]; then case $(hostname --fqdn) in *.ubuntu.com|*.buildd|*.ppa|*.scalingstack) MIRROR=http://ftpmaster.internal/ubuntu/ + SEEDMIRROR=http://archive-team.internal/seeds/ ;; *) case $ARCH in