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 18:05:44 UTC

[whimsy] branch master updated: Add explicit keyserver to gpg command

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  f1a6798   Add explicit keyserver to gpg command
f1a6798 is described below

commit f1a6798c53ae74ed3b3d554904f0a73694bf1d8e
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Tue Aug 23 11:05:32 2016 -0700

    Add explicit keyserver to gpg command
---
 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 1f486e3..58683e8 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', *verify], stderr2out
+	    _.system ['gpg', '--verify', '--keyserver pgpkeys.mit.edu', *verify], stderr2out
             if _.target!.include? "gpg: Can't check signature: public key not found"
               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>'].

Re: [whimsy] branch master updated: Add explicit keyserver to gpg command

Posted by Craig Russell <cr...@oracle.com>.
Never mind.

> On Aug 23, 2016, at 11:23 AM, Craig Russell <cr...@oracle.com> wrote:
> 
> This didn’t work very well. The command that was executed was:
> 
> gpg --verify '--keyserver pgpkeys.mit.edu' test-sig/icla.pdf.asc test-sig/icla.pdf
> 
> Who put the quotes around --keyserver? They cause the command to fail.
> 
> Craig
> 
>> On Aug 23, 2016, at 11:05 AM, clr@apache.org wrote:
>> 
>> 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  f1a6798   Add explicit keyserver to gpg command
>> f1a6798 is described below
>> 
>> commit f1a6798c53ae74ed3b3d554904f0a73694bf1d8e
>> Author: Craig L Russell <cr...@oracle.com>
>> AuthorDate: Tue Aug 23 11:05:32 2016 -0700
>> 
>>   Add explicit keyserver to gpg command
>> ---
>> 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 1f486e3..58683e8 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', *verify], stderr2out
>> +	    _.system ['gpg', '--verify', '--keyserver pgpkeys.mit.edu', *verify], stderr2out
>>            if _.target!.include? "gpg: Can't check signature: public key not found"
>>              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>'].
> 
> Craig L Russell
> Architect
> craig.russell@oracle.com
> P.S. A good JDO? O, Gasp!
> 
> 
> 
> 
> 

Craig L Russell
Architect
craig.russell@oracle.com
P.S. A good JDO? O, Gasp!






Re: [whimsy] branch master updated: Add explicit keyserver to gpg command

Posted by Craig Russell <cr...@oracle.com>.
This didn’t work very well. The command that was executed was:

gpg --verify '--keyserver pgpkeys.mit.edu' test-sig/icla.pdf.asc test-sig/icla.pdf

Who put the quotes around --keyserver? They cause the command to fail.

Craig

> On Aug 23, 2016, at 11:05 AM, clr@apache.org wrote:
> 
> 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  f1a6798   Add explicit keyserver to gpg command
> f1a6798 is described below
> 
> commit f1a6798c53ae74ed3b3d554904f0a73694bf1d8e
> Author: Craig L Russell <cr...@oracle.com>
> AuthorDate: Tue Aug 23 11:05:32 2016 -0700
> 
>    Add explicit keyserver to gpg command
> ---
> 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 1f486e3..58683e8 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', *verify], stderr2out
> +	    _.system ['gpg', '--verify', '--keyserver pgpkeys.mit.edu', *verify], stderr2out
>             if _.target!.include? "gpg: Can't check signature: public key not found"
>               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>'].

Craig L Russell
Architect
craig.russell@oracle.com
P.S. A good JDO? O, Gasp!