This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 87c648a  keyserver.ubuntu.com is usually better
87c648a is described below

commit 87c648a77a8288e28ed4ac70de3ca0fdba057222
Author: Sebb <[email protected]>
AuthorDate: Tue Aug 17 14:54:32 2021 +0100

    keyserver.ubuntu.com is usually better
---
 www/secretary/workbench/views/actions/check-signature.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb 
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 5d3ee48..53c3ae5 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -12,7 +12,7 @@ ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
 
 # Restored keys.openpgp.org; sks-keryservers is dead; we can do without email
 # gozer.rediris.es certificate has expired
-KEYSERVERS = %w{keys.openpgp.org}
+KEYSERVERS = %w{keyserver.ubuntu.com keys.openpgp.org}
 
 # ** N.B. ensure the keyserver URI is known below **
 def getServerURI(server, keyid)

Reply via email to