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 2016/08/23 23:52:02 UTC

[whimsy] branch master updated: Fix gpg verify

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  327aef5   Fix gpg verify
327aef5 is described below

commit 327aef51a6b12f4ee45c4fbf5100df1fbc9ab2e9
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:51:52 2016 -0700

    Fix gpg verify
---
 www/secretary/workbench/file.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index c6fce69..84b2d67 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -941,7 +941,7 @@ _html do
 
 	  if verify
 	    stderr2out = { class: {stderr: '_stdout'} }
-	    _.system ['gpg', *verify], stderr2out
+	    _.system ['gpg', '--verify', *verify], stderr2out
             if _.target!.include? "gpg: Can't check signature:"
               keyid = _.target![/[RD]SA key ID (\w+)/,1]
               if keyid

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].