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 2014/03/10 20:15:09 UTC

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

Author: buildbot
Date: Mon Mar 10 19:15:09 2014
New Revision: 900983

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 19:15:09 2014
@@ -1 +1 @@
-1576056
+1576057

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 19:15:09 2014
@@ -1 +1 @@
-1576056
+1576057

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 Mon Mar 10 19:15:09 2014
@@ -282,14 +282,14 @@ function getLink( rel_mode ) {
 			// Assign the file name (column 3) from the release matrix of language and platform
 			FILENAME	= release_matrix_beta[ LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ][ 3 ];
 
-			// LINK	= SOURCEFORGE_BASE_URL_BETA + LANG_ISO + "/Apache_OpenOffice_Beta_" + VERSION + "_";
+			// LINK	= BETA_SOURCEFORGE_BASE_URL + LANG_ISO + "/Apache_OpenOffice_Beta_" + VERSION + "_";
 			// LINK	= LINK + URL_PLATFORM + "_" + LANG_ISO + EXTENSION + "/download";
-			LINK		= SOURCEFORGE_BASE_URL_BETA + LANG_ISO + "/" + FILENAME + "/download";
+			LINK		= BETA_SOURCEFORGE_BASE_URL + LANG_ISO + "/" + FILENAME + "/download";
 
-			// chk_link	= APACHE_DIST_BASE_URL_BETA + "/binaries/" + LANG_ISO;
+			// chk_link	= BETA_APACHE_DIST_BASE_URL + "/binaries/" + LANG_ISO;
 			// chk_link	= chk_link + "/Apache_OpenOffice_Beta_" + VERSION + "_" + URL_PLATFORM + "_";
 			// chk_link	= chk_link + LANG_ISO + EXTENSION;
-			chk_link	= APACHE_DIST_BASE_URL_BETA + "/binaries/" + LANG_ISO + "/" + FILENAME;
+			chk_link	= BETA_APACHE_DIST_BASE_URL + "/binaries/" + LANG_ISO + "/" + FILENAME;
 
 			CHECKSUM_KEYS	= "https://people.apache.org/keys/group/openoffice.asc";
 			CHECKSUM_ASC	= chk_link + ".asc";