This is an automated email from the ASF dual-hosted git repository.
clr 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 81344ea Try keyserver-options a different way
81344ea is described below
commit 81344eae2a93404f36c757cbd1646921e60d2332
Author: Craig L Russell <[email protected]>
AuthorDate: Thu Feb 14 17:47:26 2019 -0800
Try keyserver-options a different way
---
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 f73bd09..e126f7c 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -29,7 +29,7 @@ begin
keyid = err[/[RD]SA key (ID )?(\w+)/,2].untaint
out2, err2, rc2 = Open3.capture3 gpg, '--keyserver', 'pgpkeys.mit.edu',
- '--keyserver-options debug',
+ '--keyserver-options', 'debug',
'--recv-keys', keyid
# run gpg verify command again