[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1838746 - /subversion/site/staging/download.html

From: Stefan <luke1410_at_posteo.de>
Date: Sat, 25 Aug 2018 14:37:56 +0200

On 23/08/2018 20:01, sebb_at_apache.org wrote:
> Author: sebb
> Date: Thu Aug 23 18:01:30 2018
> New Revision: 1838746
>
> URL: http://svn.apache.org/viewvc?rev=1838746&view=rev
> Log:
> SVN-4736 - fix gpg command
>
> Modified:
> subversion/site/staging/download.html
>
> Modified: subversion/site/staging/download.html
> URL: http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1838746&r1=1838745&r2=1838746&view=diff
> ==============================================================================
> --- subversion/site/staging/download.html (original)
> +++ subversion/site/staging/download.html Thu Aug 23 18:01:30 2018
> @@ -253,7 +253,7 @@ Other mirrors:
> <em>or</em><br />
> <code>
> % gpg --import subversion.asc<br />
> -% gpg --verify subversion-[version].tar.gz.asc
> +% gpg --verify subversion-[version].tar.gz.asc subversion-[version].tar.gz
Testing GPG locally (2.2.8 - Windows 10 - bundled version with Gpg4Win
3.1.2) running the command w/o specifying the filename of the gz archive
works fine:
"gpg: assuming signed data in 'subversion-1.10.2.tar.bz2' [...]"

Is this command problematic with older GPG versions? If not, why not
keep the command as short as possible and rely on the default resolution
of the archive name?
> </code></p>
>
> <p>Alternatively, you can verify the checksums on the
>

Received on 2018-08-25 14:38:13 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.