diff options
author | Allan McRae <allan@archlinux.org> | 2012-03-28 03:55:39 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-29 23:49:54 +0200 |
commit | d7f4e8fbccb1506697d2c9f70c32326c01c05cb3 (patch) | |
tree | a62f77926d406524a7510770592d3e3b23532fb6 | |
parent | ed353d91b7fe5ab397cc6c649ceca2f0ea507023 (diff) | |
download | pacman-d7f4e8fbccb1506697d2c9f70c32326c01c05cb3.tar.gz pacman-d7f4e8fbccb1506697d2c9f70c32326c01c05cb3.tar.xz |
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.in | 2 |
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) |