mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-15 21:41:08 +00:00
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:
parent
f1df4aeef1
commit
f63cae6452
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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.
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user