mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +00:00
auto/config: drop support for 0c3.net
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
parent
de0575b360
commit
27e7780d70
@ -8,12 +8,6 @@ echo "Building on $(hostname --fqdn)"
|
||||
SEEDMIRROR=http://people.canonical.com/~ubuntu-archive/seeds/
|
||||
if [ -z "$MIRROR" ]; then
|
||||
case $(hostname --fqdn) in
|
||||
*.0c3.net)
|
||||
case $ARCH in
|
||||
i386|amd64) MIRROR=http://mirrors.0c3.net/ubuntu/ ;;
|
||||
*) MIRROR=http://mirrors.0c3.net/ubuntu-ports/ ;;
|
||||
esac
|
||||
;;
|
||||
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||
SEEDMIRROR=http://archive-team.internal/seeds/
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user