You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2019/02/13 00:44:09 UTC

[whimsy] branch master updated: Add keyserver-options debug to key handling

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 0773e38  Add keyserver-options debug to key handling
0773e38 is described below

commit 0773e38977a36b8f9e61622eb852f6c4d8d7521c
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Feb 12 16:43:52 2019 -0800

    Add keyserver-options debug to key handling
---
 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 35a0ed6..f73bd09 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -29,6 +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',
       '--recv-keys', keyid
 
     # run gpg verify command again