Merge branch 'skia/update_seeds_mirror' into ubuntu/master

https://code.launchpad.net/~skia/livecd-rootfs/+git/livecd-rootfs/+merge/503627
This commit is contained in:
Florent 'Skia' Jacquet 2026-04-14 12:57:22 +02:00
commit 57bf691d9d
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (26.04.32) UNRELEASED; urgency=medium
* Update SEEDMIRROR to point to the new infra
-- Florent 'Skia' Jacquet <skia@ubuntu.com> Tue, 14 Apr 2026 12:56:52 +0200
livecd-rootfs (26.04.31) resolute; urgency=medium
[ Ryan Hill ]

View File

@ -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