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/29 22:31:55 UTC

svn commit: r876648 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/other.html content/download/test/download.js

Author: buildbot
Date: Thu Aug 29 20:31:55 2013
New Revision: 876648

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/other.html
    websites/staging/ooo-site/trunk/content/download/test/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 29 20:31:55 2013
@@ -1 +1 @@
-1518809
+1518811

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 29 20:31:55 2013
@@ -1 +1 @@
-1518809
+1518811

Modified: websites/staging/ooo-site/trunk/content/download/other.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/other.html (original)
+++ websites/staging/ooo-site/trunk/content/download/other.html Thu Aug 29 20:31:55 2013
@@ -98,7 +98,7 @@
 
   + "<p>We also provide <a href='http://en.wikipedia.org/wiki/Pretty_Good_Privacy' title='What is PGP?'>PGP</a> "
   + "signatures. To use this verfication you have to download the respective ASC file in the table "
-  + "below and this <a href='http://www.apache.org/dist/openoffice/KEYS'"
+  + "below and this <a href='https://people.apache.org/keys/group/openoffice.asc'"
   + "title='The KEYS file contains the PGP keys of the Apache OpenOffice Release Managers'>KEYS</a> file.</p>"
 
   + "<p>For more information and details how to do the integrity verification please read the guide: "

Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Thu Aug 29 20:31:55 2013
@@ -172,7 +172,7 @@ function getLink() {
 			// chk_link	= chk_link + VERSION + "_" + URL_PLATFORM + "_" + NL_LANGUAGE + EXTENSION;
 			chk_link	= APACHE_DIST_BASE_URL + "/binaries/" + NL_LANGUAGE + "/" + FILENAME;
 
-			CHECKSUM_KEYS	= "http://www.apache.org/dist/openoffice/KEYS";
+			CHECKSUM_KEYS	= "https://people.apache.org/keys/group/openoffice.asc";
 			CHECKSUM_ASC	= chk_link + ".asc";
 			CHECKSUM_MD5	= chk_link + ".md5";
 			CHECKSUM_SHA256	= chk_link + ".sha256";