From: Stéphane Graber Date: Mon, 28 Jun 2021 03:42:52 +0000 (-0400) Subject: lxc-download: Switch GPG server X-Git-Tag: lxc-5.0.0~153^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3882%2Fhead;p=thirdparty%2Flxc.git lxc-download: Switch GPG server Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 72903c497..b140d86f9 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -56,11 +56,11 @@ LXC_PATH= LXC_ROOTFS= if [ -z "${DOWNLOAD_KEYSERVER:-}" ]; then - DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net" + DOWNLOAD_KEYSERVER="hkp://keyserver.ubuntu.com" # Deal with GPG over http proxy if [ -n "${http_proxy:-}" ]; then - DOWNLOAD_KEYSERVER="hkp://p80.pool.sks-keyservers.net:80" + DOWNLOAD_KEYSERVER="hkp://keyserver.ubuntu.com:80" DOWNLOAD_GPG_PROXY="--keyserver-options http-proxy=\"${http_proxy}\"" fi fi