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 16:28:21 UTC

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

Author: buildbot
Date: Mon Mar 10 15:28:21 2014
New Revision: 900931

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_other.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 15:28:21 2014
@@ -1 +1 @@
-1575970
+1575971

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 15:28:21 2014
@@ -1 +1 @@
-1575970
+1575971

Modified: websites/staging/ooo-site/trunk/content/download/download_other.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download_other.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download_other.js Mon Mar 10 15:28:21 2014
@@ -39,7 +39,6 @@ function write_table( rel_mode ) {
 		var URL_SDK	= PEOPLE_BASE_URL + "/binaries/SDK/" + AOO_SDK + VERSION;
 		var URL_SRC	= PEOPLE_BASE_URL + "/source/" + AOO_SRC + VERSION + "-beta-" + SVN_REV + "-src";
 */
-
 	} else {
 		// Beta release mode
 		BETA_VERSION	= "4.1.0";
@@ -51,13 +50,11 @@ function write_table( rel_mode ) {
 		SDK_LANG	= BETA_SDK_LANG;
 		var AOO		= "Apache_OpenOffice_Beta_";
 		var AOO_SDK	= "Apache_OpenOffice_Beta-SDK_";
-		var AOO_SRC	= "source/apache-openoffice-" + BETA_VERSION + "-beta-" + SVN_REV + "-src";
+		var AOO_SRC	= "/source/apache-openoffice-" + BETA_VERSION + "-beta-" + SVN_REV + "-src";
 		var URL_AOO	= SOURCEFORGE_BASE_URL_BETA;
 		var URL_SDK	= SOURCEFORGE_BASE_URL_BETA + "SDK/" + AOO_SDK + BETA_VERSION;
-//		var URL_SRC	= APACHE_DIST_BASE_URL_BETA + AOO_SRC;
-		var URL_SRC	= "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + BETA_VERSION + "-beta/" + AOO_SRC;
+		var URL_SRC	= APACHE_DIST_BASE_URL_BETA + AOO_SRC;
 		var URL_HASH	= APACHE_DIST_BASE_URL_BETA;
-//		var URL_HASH	= "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + BETA_VERSION + "-beta/";
 
 // Debug: Uncomment to use different base URLs
 /*