Skip to content

Commit

Permalink
Replace all references to ftp.de.debian.org with cdn.debian.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Aug 17, 2009
1 parent d3a674d commit 0692f4a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion debian/changelog
Expand Up @@ -48,6 +48,9 @@ grml-live (0.9.21) UNRELEASED; urgency=low
(new DCS directory feature).
* Drop package grml-saveconfig as it is replaced with recent versions
of grml-autoconfig.
* Replace all references to ftp.de.debian.org with cdn.debian.org,
see http://wiki.debian.org/DebianGeoMirror for details.
Thanks for the idea, Marc Haber!
* Software related changes:
- Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
- Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
Expand All @@ -66,7 +69,7 @@ grml-live (0.9.21) UNRELEASED; urgency=low
* Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
while here, add the grml release info to the appropriate file.

-- Michael Prokop <mika@grml.org> Mon, 17 Aug 2009 03:34:10 +0200
-- Michael Prokop <mika@grml.org> Mon, 17 Aug 2009 21:48:57 +0200

grml-live (0.9.20) unstable; urgency=low

Expand Down
10 changes: 5 additions & 5 deletions docs/grml-live.txt
Expand Up @@ -603,15 +603,15 @@ Instructions
CHROOT_INSTALL="/etc/grml/fai/chroot_install"
## adjust if necessary (defaults to /grml/grml-live):
## OUTPUT="/srv/grml-live"
FAI_DEBOOTSTRAP="squeeze http://ftp.de.debian.org/debian/"
FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian/"
ARCH="i386"
CLASSES="GRMLBASE,GRML_MEDIUM,I386"
ZERO_LOGFILE='1'
# ZERO_FAI_LOGFILE='1'
GRML_LIVE_SOURCES="
deb http://deb.grml.org/ grml-stable main
deb http://deb.grml.org/ grml-testing main
deb http://ftp.de.debian.org/debian squeeze main contrib non-free
deb http://cdn.debian.net/debian squeeze main contrib non-free
"
EOF

Expand Down Expand Up @@ -742,7 +742,7 @@ How do I create a base.tgz for use as NFSROOT?
First of all build the chroot system:

mkdir /tmp/nfsroot && cd /tmp/nfsroot
debootstrap lenny /tmp/nfsroot/ http://ftp.de.debian.org/debian
debootstrap lenny /tmp/nfsroot/ http://cdn.debian.net/debian
tar zcf base.tgz ./

Then check out where your NFSROOT is located:
Expand Down Expand Up @@ -788,10 +788,10 @@ FAI_DEBOOTSTRAP:
GRML_LIVE_SOURCES="
deb http://localhost:3142/deb.grml.org grml-stable main
deb http://localhost:3142/deb.grml.org grml-testing main
deb http://localhost:3142/ftp.de.debian.org/debian lenny main contrib non-free
deb http://localhost:3142/cdn.debian.net/debian lenny main contrib non-free
"
[...]
FAI_DEBOOTSTRAP="lenny http://localhost:3142/ftp.de.debian.org/debian lenny main contrib non-free"
FAI_DEBOOTSTRAP="lenny http://localhost:3142/cdn.debian.net/debian lenny main contrib non-free"

Make sure apt-cacher / apt-cacher-ng is running ('/etc/init.d/apt-cacher
restart' or '/etc/init.d/apt-cacher-ng restart'). That's it. All downloaded
Expand Down
2 changes: 1 addition & 1 deletion etc/grml/fai/apt/sources.list
Expand Up @@ -4,4 +4,4 @@
# and using /etc/grml/fai/files/etc/apt instead!'
deb http://deb.grml.org/ grml-stable main
deb http://deb.grml.org/ grml-testing main
deb http://ftp.de.debian.org/debian lenny main contrib non-free
deb http://cdn.debian.net/debian lenny main contrib non-free
4 changes: 2 additions & 2 deletions etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
Expand Up @@ -43,8 +43,8 @@ fi
# configure official Debian repositories:
cat > "$DEBIAN_SOURCES_LIST" << EOF
# official debian repository:
deb http://ftp.de.debian.org/debian/ $SUITE main contrib non-free
deb-src http://ftp.de.debian.org/debian/ $SUITE main contrib non-free
deb http://cdn.debian.net/debian/ $SUITE main contrib non-free
deb-src http://cdn.debian.net/debian/ $SUITE main contrib non-free
EOF

# configure grml-stable repository:
Expand Down
2 changes: 1 addition & 1 deletion etc/grml/fai/make-fai-nfsroot.conf
Expand Up @@ -13,7 +13,7 @@ TFTPROOT=/srv/tftp/fai
#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver"

# debootstrap commandline
FAI_DEBOOTSTRAP="lenny http://ftp.de.debian.org/debian"
FAI_DEBOOTSTRAP="lenny http://cdn.debian.net/debian"

# which options do you want to use for debootstrap?
FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
Expand Down
4 changes: 2 additions & 2 deletions etc/grml/grml-live.conf
Expand Up @@ -64,15 +64,15 @@
#deb http://192.168.1.112/debian lenny main contrib non-free
#deb http://deb.grml.org/ grml-stable main
#deb http://deb.grml.org/ grml-testing main
#deb http://ftp.de.debian.org/debian etch main contrib non-free
#deb http://cdn.debian.net/debian etch main contrib non-free
#"

# Which Debian suite and which mirror do you want to use for debootstrapping?
# Unless specified the default from /etc/grml/fai/make-fai-nfsroot.conf will be
# taken. If you specify a value then the file /etc/grml/fai/make-fai-nfsroot.conf
# will be updated by grml-live on-the-fly.
# Usage: "<suite> <mirror>"
# FAI_DEBOOTSTRAP="lenny http://ftp.de.debian.org/debian"
# FAI_DEBOOTSTRAP="lenny http://cdn.debian.net/debian"

# Do you want to use a local mirror (like NFS) as well?
# If so specify the directory where debian/ is available:
Expand Down
4 changes: 2 additions & 2 deletions examples/mkdebmirror
Expand Up @@ -30,10 +30,10 @@ allopt="$debug --ignore-missing-release --ignore-release-gpg --passive --nosourc
# first sync from a mirror near to you!
# please ask the mirror admin(s) for permission before downloading
# several GB of data!
update_from ftp.de.debian.org
update_from cdn.debian.net

# since this mirror is not always up to date, sync the rest from an official mirror
# update_from ftp.de.debian.org
# update_from cdn.debian.net

# even one should not mirror the security site, but I will do it.
echo "------------------ create mirror for debian-security ------------------"
Expand Down
2 changes: 1 addition & 1 deletion examples/reprepro/conf/updates
@@ -1,4 +1,4 @@
Name: debian
Method: http://ftp.de.debian.org/debian/
Method: http://cdn.debian.net/debian/
# Method: http://localhost/debian/
# Fallback: http://snapshot.debian.net/archive/2007/04/02/debian/

0 comments on commit 0692f4a

Please sign in to comment.