summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-03-28 11:55:39 +1000
committerDan McGee <dan@archlinux.org>2012-03-29 16:49:54 -0500
commitd7f4e8fbccb1506697d2c9f70c32326c01c05cb3 (patch)
treea62f77926d406524a7510770592d3e3b23532fb6
parented353d91b7fe5ab397cc6c649ceca2f0ea507023 (diff)
downloadpacman-d7f4e8fbccb1506697d2c9f70c32326c01c05cb3.tar.gz
pacman-d7f4e8fbccb1506697d2c9f70c32326c01c05cb3.zip
pacman-key: change to more reliable default keyserver
User reports indicate that the SKS keyservers are more reliable than both the gnupg.net and mit.edu ones. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--scripts/pacman-key.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 695b46b9..ccc387b2 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -45,7 +45,7 @@ REFRESH=0
UPDATEDB=0
VERIFY=0
-DEFAULT_KEYSERVER='hkp://keys.gnupg.net'
+DEFAULT_KEYSERVER='hkp://pool.sks-keyservers.net'
m4_include(library/output_format.sh)