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 13f42e3 Docco
13f42e3 is described below
commit 13f42e37b439dde476459934343e90c12ffc4616
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 22 10:38:34 2019 +0000
Docco
---
www/secretary/workbench/views/actions/check-signature.json.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 40296e9..a84166d 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -5,6 +5,7 @@
ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
#KEYSERVER = 'pgpkeys.mit.edu'
+# Perhaps also try keyserver.pgp.com
KEYSERVERS = %w{hkps.pool.sks-keyservers.net keyserver.ubuntu.com
pgpkeys.mit.edu}
message = Mailbox.find(@message)