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

svn commit: r844750 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/download.html

Author: buildbot
Date: Thu Jan  3 10:32:22 2013
New Revision: 844750

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/download.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  3 10:32:22 2013
@@ -1 +1 @@
-1428266
+1428269

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  3 10:32:22 2013
@@ -1 +1 @@
-1428266
+1428269

Modified: websites/staging/isis/trunk/content/download.html
==============================================================================
--- websites/staging/isis/trunk/content/download.html (original)
+++ websites/staging/isis/trunk/content/download.html Thu Jan  3 10:32:22 2013
@@ -279,21 +279,24 @@ why we do it, check out the
 
 <p>Then verify the signatures using:</p>
 
-<pre><code>$ pgpk -a KEYS
-$ pgpv bval-parent-0.4-source-release.zip.asc
-</code></pre>
+<pre>
+pgpk -a KEYS
+pgpv isis-1.0.0-source-release.zip.asc
+</pre>
 
 <p>or</p>
 
-<pre><code>$ pgp -ka KEYS
-$ pgp bval-parent-0.4-source-release.zip.asc
-</code></pre>
+<pre>
+pgp -ka KEYS
+pgp isis-1.0.0-source-release.zip.asc
+</pre>
 
 <p>or</p>
 
-<pre><code>$ gpg --import KEYS
-$ gpg --verify bval-parent-0.4-source-release.zip.asc
-</code></pre>
+<pre>
+gpg --import KEYS
+gpg --verify isis-1.0.0-source-release.zip.asc
+</pre>
 
 <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux
 program called <code>md5</code> or <code>md5sum</code> is included in most distributions.  It is