You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/08/01 23:49:44 UTC

svn commit: r872361 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/checksums.html

Author: buildbot
Date: Thu Aug  1 21:49:44 2013
New Revision: 872361

Log:
Staging update by buildbot for ooo-site

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  1 21:49:44 2013
@@ -1 +1 @@
-1509437
+1509443

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  1 21:49:44 2013
@@ -1 +1 @@
-1509437
+1509443

Modified: websites/staging/ooo-site/trunk/content/download/checksums.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/checksums.html (original)
+++ websites/staging/ooo-site/trunk/content/download/checksums.html Thu Aug  1 21:49:44 2013
@@ -86,9 +86,9 @@ unauthorized third party, and has not be
   <li>Save the following file with your Internet browser to the location where the downloaded AOO file is stored:</li>
   <li><pre>http://www.apache.org/dist/openoffice/KEYS</pre></li>
   <li>Open the start menu and enter <code>cmd.exe</code> into the search box.</li>
-  <li>Now change to the directory with the downloaded AOO and PGP/ASC file, import and verify with the following
+  <li>Now change to the directory with the downloaded AOO, KEYS and PGP/ASC file, import and verify with the following
   commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --import KEYS</pre></li>
   <li><pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify &lt;installation_file&gt;.asc</pre></li>
   <li>When both signatures match it is indicated with an "Good signature from &lt;Person who has created the signature&gt;
@@ -100,9 +100,9 @@ unauthorized third party, and has not be
 <br />
 
 <ul>
-  <li>Open a terminal and change to the directory with the downloaded AOO and PGP/ASC file.</li>
+  <li>Open a terminal and change to the directory with the downloaded AOO, KEYS and PGP/ASC file.</li>
   <li>Type in the following commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>wget http://www.apache.org/dist/openoffice/KEYS</pre></li>
   <li><pre>gpg --import KEYS</pre></li>
   <li><pre>gpg --verify &lt;installation_file&gt;.asc</pre></li>
@@ -116,9 +116,10 @@ unauthorized third party, and has not be
 
 <ul>
   <li>A requirement is that you have installed <a href="http://www.gpgtools.org">GnuPG</a>.</li>
-  <li>Open a terminal (usually from here: "/Applications/Utilities").</li>
+  <li>Open a terminal (usually from here: "/Applications/Utilities") and change to the directory with the downloaded
+  AOO, KEYS and PGP/ASC file.</li>
   <li>Type in the following commands:</li>
-  <li><pre>cd &lt;path_to_AOO_and_ASC_file&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_KEYS_and_ASC_file&gt;</pre></li>
   <li><pre>curl http://www.apache.org/dist/openoffice/KEYS -o KEYS</pre></li>
   <li><pre>gpg --import KEYS</pre></li>
   <li><pre>gpg --verify &lt;installation_file&gt;.asc</pre></li>