]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Use deb.debian.org as the default Debian mirror 1758/head
authorSalvatore Bonaccorso <carnil@debian.org>
Thu, 24 Aug 2017 07:24:29 +0000 (09:24 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 24 Aug 2017 12:48:03 +0000 (14:48 +0200)
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 3b22b06ea6da0dac17d6075f77fc428abe96261c..d42f4f2ca1743255b9f4e9f179dd2d38e1f521a7 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@"