]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
use httpredir.debian.org as the default Debian mirror 922/head
authorEvgeni Golov <evgeni@debian.org>
Sat, 26 Mar 2016 08:46:13 +0000 (09:46 +0100)
committerEvgeni Golov <evgeni@debian.org>
Sat, 26 Mar 2016 08:48:01 +0000 (09:48 +0100)
http.debian.net is an alias anyways and httpredir.debian.org is the official name of the service

Signed-off-by: Evgeni Golov <evgeni@debian.org>
templates/lxc-debian.in

index b7ec8f5c0507ec50b4ad54d55a169ca0246d09f0..2c3a7e5a6d6206f14f0b36787904e1a3390a2764 100644 (file)
@@ -34,7 +34,7 @@ done
 export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
 export GREP_OPTIONS=""
 
-MIRROR=${MIRROR:-http://http.debian.net/debian}
+MIRROR=${MIRROR:-http://httpredir.debian.org/debian}
 SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}
 LOCALSTATEDIR="@LOCALSTATEDIR@"
 LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"