[lxc-devel] [lxc/master] Use deb.debian.org as the default Debian mirror

carnil on Github lxc-bot at linuxcontainers.org
Thu Aug 24 07:56:07 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 627 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170824/23dc364d/attachment.bin>
-------------- next part --------------
From 44e527fc3aa00ed4746fbf774b474890dd09c4aa Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso <carnil at debian.org>
Date: Thu, 24 Aug 2017 09:24:29 +0200
Subject: [PATCH] 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
---
 templates/lxc-debian.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@"


More information about the lxc-devel mailing list