mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Update 0c3.net mirror matching silliness to reflect the new world order
This commit is contained in:
parent
706521f27d
commit
f725b7c13c
@ -12,7 +12,12 @@ if [ -z "$MIRROR" ]; then
|
||||
*) MIRROR=http://archive.mmjgroup.com/ubuntu-ports/ ;;
|
||||
esac
|
||||
;;
|
||||
*.0c3.net) MIRROR=http://ftp.iinet.net.au/linux/ubuntu/ ;;
|
||||
*.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/ ;;
|
||||
*.warthogs.hbd.com) MIRROR=http://ftpmaster.internal/ubuntu/ ;;
|
||||
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/ ;;
|
||||
|
@ -164,7 +164,12 @@ select_mirror () {
|
||||
case $(hostname --fqdn) in
|
||||
bld-*.mmjgroup.com) MIRROR=${USERMIRROR};;
|
||||
*.mmjgroup.com) MIRROR=http://archive.mmjgroup.com/${USERMIRROR##*/};;
|
||||
*.0c3.net) MIRROR=http://ftp.iinet.net.au/linux/ubuntu;;
|
||||
*.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;;
|
||||
*.warthogs.hbd.com) MIRROR=http://ftpmaster.internal/ubuntu;;
|
||||
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user