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, [email protected] 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 <[email protected]> > 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 > ['"[email protected]" <[email protected]>']. Craig L Russell Architect [email protected] P.S. A good JDO? O, Gasp!
