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 2015/06/11 13:18:37 UTC

svn commit: r954486 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download.js content/index.html

Author: buildbot
Date: Thu Jun 11 11:18:36 2015
New Revision: 954486

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 11 11:18:36 2015
@@ -1 +1 @@
-1682501
+1684855

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 11 11:18:36 2015
@@ -1 +1 @@
-1682501
+1684855

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Thu Jun 11 11:18:36 2015
@@ -798,7 +798,7 @@ DL.getLinkSelection = function() {
 		DL.LINK_LP		= DL.SF_BASE_URL		     + DL.LANG_SEL + "/" + DL.FILENAME_LP   + "/download";
 
 		// Assign the checksum links: Base link + language + file name.
-		DL.LINK_CHK_KEYS	     = "http://people.apache.org/keys/group/openoffice.asc";
+		DL.LINK_CHK_KEYS	= DL.ASF_DIST + "KEYS";
 		DL.LINK_CHK_ASC_FULL    = DL.ASF_ARC_BASE_URL + "/binaries/" + DL.LANG_SEL + "/" + DL.FILENAME_FULL + ".asc";
 		DL.LINK_CHK_MD5_FULL    = DL.ASF_ARC_BASE_URL + "/binaries/" + DL.LANG_SEL + "/" + DL.FILENAME_FULL + ".md5";
 		DL.LINK_CHK_SHA256_FULL = DL.ASF_ARC_BASE_URL + "/binaries/" + DL.LANG_SEL + "/" + DL.FILENAME_FULL + ".sha256";

Modified: websites/staging/ooo-site/trunk/content/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index.html (original)
+++ websites/staging/ooo-site/trunk/content/index.html Thu Jun 11 11:18:36 2015
@@ -23,6 +23,7 @@
     @import "exceptions.css";
     /* ]]> */
     </style>
+
     <script>
       function follow( platform ) {
         _gaq.push( ['_trackEvent', 'social', 'followUs', platform] );