You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/01/07 01:54:00 UTC

cvs commit: jakarta-ant/docs bindownload.html srcdownload.html

conor       2003/01/06 16:54:00

  Modified:    docs     bindownload.html srcdownload.html
  Log:
  GPG options require double --
  
  Revision  Changes    Path
  1.5       +19 -19    jakarta-ant/docs/bindownload.html
  
  Index: bindownload.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/bindownload.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -u -r1.4 -r1.5
  --- bindownload.html	6 Jan 2003 07:48:44 -0000	1.4
  +++ bindownload.html	7 Jan 2003 00:54:00 -0000	1.5
  @@ -231,8 +231,8 @@
   </code>
   <em>or</em><br />
   <code>
  -% gpg -import KEYS<br />
  -% gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc
  +% gpg --import KEYS<br />
  +% gpg --verify jakarta-ant-bin-1.5.1.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the MD5 signature on the files.  A
   unix program called <code>md5</code> or <code>md5sum</code> is
  
  
  
  1.5       +19 -19    jakarta-ant/docs/srcdownload.html
  
  Index: srcdownload.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/srcdownload.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -u -r1.4 -r1.5
  --- srcdownload.html	6 Jan 2003 07:48:44 -0000	1.4
  +++ srcdownload.html	7 Jan 2003 00:54:00 -0000	1.5
  @@ -230,8 +230,8 @@
   </code>
   <em>or</em><br />
   <code>
  -% gpg -import KEYS<br />
  -% gpg -verify jakarta-ant-src-1.5.1.tar.gz.asc
  +% gpg --import KEYS<br />
  +% gpg --verify jakarta-ant-src-1.5.1.tar.gz.asc
   </code></p>
                                   <p>Alternatively, you can verify the MD5 signature on the files.  A
   unix program called <code>md5</code> or <code>md5sum</code> is
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>