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:49:14 UTC

[whimsy] 01/03: Fix gpg verify broken earlier

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

commit 0636c3bc5603079d0ac961a6d4d1cad7cf12c3ef
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 16:46:20 2016 -0700

    Fix gpg verify broken earlier
---
 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 e58e7bc..b4950a8 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', 'pgpkeys.mit.edu', *verify], stderr2out
+	    _.system ['gpg', *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>.