]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-download: Switch GPG server 3882/head
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 28 Jun 2021 03:42:52 +0000 (23:42 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 28 Jun 2021 03:42:52 +0000 (23:42 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-download.in

index 72903c49723ebd8b44b74bec7c1e2d99dea3663e..b140d86f9e17f762f751652ec7f75bdb3106949f 100644 (file)
@@ -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