]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
use httpredir.debian.org as the default Debian mirror
authorEvgeni Golov <evgeni@debian.org>
Sat, 26 Mar 2016 08:46:13 +0000 (09:46 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 23:06:40 +0000 (18:06 -0500)
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 54eab94226c8d7528f5a7285b71ec5f1419a863c..f874bc9e90e4ae016866fefff540596e48e8f70d 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@"