From: Stéphane Graber Date: Thu, 6 Feb 2014 17:24:58 +0000 (-0500) Subject: download: Force hkp on port 80 (for http proxies) X-Git-Tag: lxc-1.0.0.beta4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2262880d633c440eb17aefd271d571312a0fd31e;p=thirdparty%2Flxc.git download: Force hkp on port 80 (for http proxies) Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 2a6e51d26..3c7d9264e 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -32,7 +32,7 @@ DOWNLOAD_ARCH= DOWNLOAD_VARIANT="default" DOWNLOAD_SERVER="images.linuxcontainers.org" DOWNLOAD_KEYID="0xBAEFF88C22F6E216" -DOWNLOAD_KEYSERVER="pool.sks-keyservers.net" +DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net:80" DOWNLOAD_VALIDATE="true" DOWNLOAD_FLUSH_CACHE="false" DOWNLOAD_FORCE_CACHE="false"