|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
MIRROR=
|
|
|
|
|
case $(hostname --fqdn) in
|
|
|
|
|
if [ -z "$MIRROR" ]; then
|
|
|
|
|
case $(hostname --fqdn) in
|
|
|
|
|
bld-*.mmjgroup.com) ;;
|
|
|
|
|
*.mmjgroup.com)
|
|
|
|
|
case $ARCH in
|
|
|
|
@ -14,8 +14,8 @@ case $(hostname --fqdn) in
|
|
|
|
|
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu/ ;;
|
|
|
|
|
*.warthogs.hbd.com) MIRROR=http://ftpmaster.internal/ubuntu/ ;;
|
|
|
|
|
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/ ;;
|
|
|
|
|
*) ;;
|
|
|
|
|
esac
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
mkdir -p config/chroot_local-tasklists config/chroot_local-packagelists
|
|
|
|
|
rm -f config/chroot_local-tasklists/livecd-rootfs.list config/chroot_local-packagelists/livecd-rootfs.list
|
|
|
|
|