]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
download: Use port-80 pool for gpg over http
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Feb 2014 22:34:12 +0000 (17:34 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Feb 2014 22:34:12 +0000 (17:34 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-download.in

index 7334e5494b79fa0768b8a9f0998f6844bdd64e69..c231161403f8fa31dbe9a1eb79221577028c877b 100644 (file)
@@ -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