From 9d10c8086541a42ab48799d23765251096c3d7fe Mon Sep 17 00:00:00 2001 From: Florent 'Skia' Jacquet Date: Tue, 14 Apr 2026 12:33:06 +0200 Subject: [PATCH 1/2] Update SEEDMIRROR to point to the new infra --- live-build/auto/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/live-build/auto/config b/live-build/auto/config index a44d10b6..f37d870e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -32,12 +32,11 @@ fi echo "Building on $(hostname --fqdn)" -SEEDMIRROR=https://ubuntu-archive-team.ubuntu.com/seeds/ +SEEDMIRROR=https://static-reports.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 From f0f48eaffea97bdaa9dc97ecf1b7aa27850b5b64 Mon Sep 17 00:00:00 2001 From: Florent 'Skia' Jacquet Date: Tue, 14 Apr 2026 12:57:12 +0200 Subject: [PATCH 2/2] changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index c6e92793..3f4e0e47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (26.04.32) UNRELEASED; urgency=medium + + * Update SEEDMIRROR to point to the new infra + + -- Florent 'Skia' Jacquet Tue, 14 Apr 2026 12:56:52 +0200 + livecd-rootfs (26.04.31) resolute; urgency=medium [ Ryan Hill ]