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 6c0f03c Reduce debug output
6c0f03c is described below
commit 6c0f03c4c570388e47f7f313a81a5655c438d736
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 15 10:22:59 2019 +0000
Reduce debug output
---
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 18854ac..7ba78da 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -32,7 +32,7 @@ begin
keyid = err[/[RD]SA key (ID )?(\w+)/,2].untaint
out2, err2, rc2 = Open3.capture3 gpg, '--keyserver', KEYSERVER,
- '--debug-all',
+ '--debug', 'ipc', # seems to show communication with dirmngr
'--recv-keys', keyid
# for later analysis
Wunderbar.warn "#{gpg} --recv-keys #{keyid} rc2=#{rc2} out2=#{out2}
err2=#{err2}"