]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Use deb.debian.org as the default Debian mirror
authorSalvatore Bonaccorso <carnil@debian.org>
Thu, 24 Aug 2017 07:24:29 +0000 (09:24 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 29 Aug 2017 18:13:17 +0000 (14:13 -0400)
The httpredir.debian.org service has been discontinued in favour of
deb.debian.org and httpredir.debian.org now redirects to deb.debian.org.

https://lists.debian.org/debian-mirrors/2017/02/msg00000.html
https://wiki.debian.org/DebianGeoMirror#httpredir.debian.org_.2F_http.debian.net

Cf. https://bugs.debian.org/872719

Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
templates/lxc-debian.in

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