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-2.1.0~18^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1758%2Fhead;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 3b22b06ea..d42f4f2ca 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@"