From: Salvatore Bonaccorso Date: Thu, 24 Aug 2017 07:24:29 +0000 (+0200) Subject: Use deb.debian.org as the default Debian mirror X-Git-Tag: lxc-1.0.11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23b538ce6803d7d08d909f2d02138a0f71189ce;p=thirdparty%2Flxc.git Use deb.debian.org as the default Debian mirror 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 --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index a7528c0f5..7d5e2614c 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -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@"