You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/01/03 11:32:18 UTC

svn commit: r1428269 - /isis/site/trunk/content/download.md

Author: danhaywood
Date: Thu Jan  3 10:32:18 2013
New Revision: 1428269

URL: http://svn.apache.org/viewvc?rev=1428269&view=rev
Log:
isis site - how to verify download (taken from bval site)

Modified:
    isis/site/trunk/content/download.md

Modified: isis/site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/download.md?rev=1428269&r1=1428268&r2=1428269&view=diff
==============================================================================
--- isis/site/trunk/content/download.md (original)
+++ isis/site/trunk/content/download.md Thu Jan  3 10:32:18 2013
@@ -39,18 +39,22 @@ The PGP signatures can be verified using
 
 Then verify the signatures using:
 
-    $ pgpk -a KEYS
-    $ pgpv bval-parent-0.4-source-release.zip.asc
+<pre>
+pgpk -a KEYS
+pgpv isis-1.0.0-source-release.zip.asc
+</pre>
 
 or
-
-    $ pgp -ka KEYS
-    $ pgp bval-parent-0.4-source-release.zip.asc
+<pre>
+pgp -ka KEYS
+pgp isis-1.0.0-source-release.zip.asc
+</pre>
 
 or
-
-    $ gpg --import KEYS
-    $ gpg --verify bval-parent-0.4-source-release.zip.asc
+<pre>
+gpg --import KEYS
+gpg --verify isis-1.0.0-source-release.zip.asc
+</pre>
 
 Alternatively, you can verify the MD5 signature on the files. A Unix/Linux
 program called `md5` or `md5sum` is included in most distributions.  It is