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