mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
ftpmaster.internal
This commit is contained in:
parent
3ca905611a
commit
463154841e
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -7,8 +7,9 @@ livecd-rootfs (0.27) UNRELEASED; urgency=low
|
||||
|
||||
[ LaMont Jones ]
|
||||
* umount /var/{run,lock}
|
||||
* changes for launchpad archive (ftpmaster.internal instead of jackass)
|
||||
|
||||
-- LaMont Jones <lamont@ubuntu.com> Thu, 26 Jan 2006 20:57:04 -0700
|
||||
-- LaMont Jones <lamont@debian.org> Wed, 8 Feb 2006 10:49:27 -0700
|
||||
|
||||
livecd-rootfs (0.26) hoary-cat; urgency=low
|
||||
|
||||
|
@ -71,10 +71,10 @@ case $ARCH in
|
||||
esac
|
||||
case $(hostname --fqdn) in
|
||||
bld-*.mmjgroup.com) MIRROR=${USERMIRROR};;
|
||||
*.mmjgroup.com) MIRROR=http://ia.mmjgroup.com/${USERMIRROR##*/};;
|
||||
*.ubuntu.com) MIRROR=http://jackass.ubuntu.com;;
|
||||
*.warthogs.hbd.com) MIRROR=http://jackass.ubuntu.com;;
|
||||
*.buildd) MIRROR=http://jackass.ubuntu.com;;
|
||||
*.mmjgroup.com) MIRROR=http://archive.mmjgroup.com/${USERMIRROR##*/};;
|
||||
*.ubuntu.com) MIRROR=http://ftpmaster.internal/ubuntu;;
|
||||
*.warthogs.hbd.com) MIRROR=http://ftpmaster.internal/ubuntu;;
|
||||
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu;;
|
||||
*) MIRROR=${USERMIRROR};;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user