From f2a5d95d00a55bed27ef9920d67617cc75fecad8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Sun, 27 Jun 2021 23:42:52 -0400 Subject: [PATCH] lxc-download: Switch GPG server MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- templates/lxc-download.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2