The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/922
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === http.debian.net is an alias anyways and httpredir.debian.org is the official name of the service Signed-off-by: Evgeni Golov <evg...@debian.org>
From 95a1306d69cdbd48f519f11b996489fcab461b37 Mon Sep 17 00:00:00 2001 From: Evgeni Golov <evg...@debian.org> Date: Sat, 26 Mar 2016 09:46:13 +0100 Subject: [PATCH] use httpredir.debian.org as the default Debian mirror http.debian.net is an alias anyways and httpredir.debian.org is the official name of the service Signed-off-by: Evgeni Golov <evg...@debian.org> --- 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 b7ec8f5..2c3a7e5 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://http.debian.net/debian} +MIRROR=${MIRROR:-http://httpredir.debian.org/debian} SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/} LOCALSTATEDIR="@LOCALSTATEDIR@" LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel