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 ca014bf Drop openpgp: does not provide UID
ca014bf is described below
commit ca014bfaa471598548fa6537a3671f0affcc459c
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 1 17:33:55 2022 +0100
Drop openpgp: does not provide UID
---
www/secretary/workbench/views/actions/check-signature.json.rb | 3 ++-
1 file changed, 2 insertions(+), 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 d9a6a0d..c1cecdd 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -12,7 +12,8 @@ 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{keyserver.ubuntu.com keys.openpgp.org}
+KEYSERVERS = %w{keyserver.ubuntu.com}
+# openpgp does not return the uid needed by gpg
# ** N.B. ensure the keyserver URI is known below **
def getServerURI(server, keyid)