From: Stéphane Graber Date: Thu, 6 Feb 2014 22:34:12 +0000 (-0500) Subject: download: Use port-80 pool for gpg over http X-Git-Tag: lxc-1.0.0.beta4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9512b491f12ffd64030b15300dcfc448f516e0;p=thirdparty%2Flxc.git download: Use port-80 pool for gpg over http Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 7334e5494..c23116140 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -55,7 +55,7 @@ LXC_MAPPED_GID= # Deal with GPG over http proxy if [ -n "${http_proxy:-}" ]; then - DOWNLOAD_KEYSERVER="${DOWNLOAD_KEYSERVER}:80" + DOWNLOAD_KEYSERVER="hkp://p80.pool.sks-keyservers.net:80" fi # Make sure the usual locations are in PATH