Skip to content

Commit

Permalink
use httpredir.debian.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Apr 19, 2015
1 parent 0b4f2a8 commit e83948d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conf/nfsroot.conf
@@ -1,7 +1,7 @@
# For a detailed description see nfsroot.conf(5)

# "<suite> <mirror>" for debootstrap
FAI_DEBOOTSTRAP="jessie http://http.debian.net/debian"
FAI_DEBOOTSTRAP="jessie http://httpredir.debian.org/debian"
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'

NFSROOT=/srv/fai/nfsroot
Expand Down
2 changes: 1 addition & 1 deletion conf/sources.list
@@ -1,6 +1,6 @@
# These lines should work for many sites

deb http://http.debian.net/debian jessie main contrib non-free
deb http://httpredir.debian.org/debian jessie main contrib non-free
deb http://security.debian.org/debian-security jessie/updates main contrib non-free

# repository that may contain newer fai packages for jessie
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/basefiles/mk-basefile
Expand Up @@ -20,7 +20,7 @@

# Define your local mirros here
# For the first stage, set the CentOS/SLC mirror in /etc/rinse/rinse.conf
MIRROR_DEBIAN=http://http.debian.net/debian/
MIRROR_DEBIAN=http://httpredir.debian.org/debian/
MIRROR_DEBIAN=http://localmirror/debian/
MIRROR_UBUNTU=http://ftp.halifax.rwth-aachen.de/ubuntu/
MIRROR_CENTOS=http://mirror.netcologne.de/
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/files/etc/fai/apt/sources.list/FAISERVER
@@ -1,4 +1,4 @@
deb http://http.debian.net/debian jessie main contrib non-free
deb http://httpredir.debian.org/debian jessie main contrib non-free
deb http://security.debian.org/debian-security jessie/updates main contrib non-free

# repository that may contain newer fai packages for jessie
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/files/etc/fai/nfsroot.conf/FAISERVER
Expand Up @@ -11,4 +11,4 @@ FAI_DEBOOTSTRAP_OPTS="--exclude=info"
FAI_CONFIGDIR=/srv/fai/config

NFSROOT_ETC_HOSTS="192.168.33.250 faiserver"
FAI_DEBOOTSTRAP="jessie http://http.debian.net/debian"
FAI_DEBOOTSTRAP="jessie http://httpredir.debian.org/debian"
2 changes: 1 addition & 1 deletion man/nfsroot.conf.5
Expand Up @@ -21,7 +21,7 @@ Two parameters for debootstrap(8), space separated. Debootstrap is
called as the first part of fai-make-nfsroot unless -B is used. This variable defines
SUITE and MIRROR for debootstrap. Example:

FAI_DEBOOTSTRAP="wheezy http://http.debian.net/debian"
FAI_DEBOOTSTRAP="wheezy http://httpredir.debian.org/debian"

.TP
.B NFSROOT_ETC_HOSTS
Expand Down
2 changes: 1 addition & 1 deletion utils/mkdebmirror
Expand Up @@ -34,7 +34,7 @@ allopt="$debug --state-cache-days=100 --ignore-missing-release --ignore-release-
# If this mirror isn't always up to date, sync again from an official mirror

# sync from an official mirror
update_from http.debian.net --getcontents $*
update_from httpredir.debian.org --getcontents $*

# even one should not mirror the security site, but I will do it.
echo "------------------ create mirror for debian-security ------------------"
Expand Down

0 comments on commit e83948d

Please sign in to comment.