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.
This commit is contained in:
Florent 'Skia' Jacquet 2026-04-15 11:31:49 +02:00
parent f1df4aeef1
commit f63cae6452
2 changed files with 2 additions and 4 deletions

3
debian/changelog vendored
View File

@ -1,8 +1,5 @@
livecd-rootfs (26.04.32) UNRELEASED; urgency=medium livecd-rootfs (26.04.32) UNRELEASED; urgency=medium
[ Florent 'Skia' Jacquet ]
* Update SEEDMIRROR to point to the new infra
[ Alfonso Sanchez-Beato ] [ Alfonso Sanchez-Beato ]
* Add support for building Ubuntu Core 26 images. * Add support for building Ubuntu Core 26 images.

View File

@ -32,11 +32,12 @@ fi
echo "Building on $(hostname --fqdn)" echo "Building on $(hostname --fqdn)"
SEEDMIRROR=https://static-reports.ubuntu.com/seeds/ SEEDMIRROR=https://ubuntu-archive-team.ubuntu.com/seeds/
if [ -z "$MIRROR" ]; then if [ -z "$MIRROR" ]; then
case $(hostname --fqdn) in case $(hostname --fqdn) in
*.ubuntu.com|*.buildd|*.ppa|*.scalingstack) *.ubuntu.com|*.buildd|*.ppa|*.scalingstack)
MIRROR=http://ftpmaster.internal/ubuntu/ MIRROR=http://ftpmaster.internal/ubuntu/
SEEDMIRROR=http://archive-team.internal/seeds/
;; ;;
*) *)
case $ARCH in case $ARCH in