Author: buildbot
Date: Wed Jul 31 21:11:40 2013
New Revision: 872202
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/download/globalvars.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 31 21:11:40 2013
@@ -1 +1 @@
-1509022
+1509034
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 31 21:11:40 2013
@@ -1 +1 @@
-1509022
+1509034
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 Wed Jul 31
21:11:40 2013
@@ -134,8 +134,8 @@ function getLink() {
FILENAME = "Apache_OpenOffice_" + VERSION + "_" +
PLATFORM + "_" + NL_LANGUAGE + EXTENSION;
- chk_link = APACHE_DIST_BASE_URL + NL_LANGUAGE +
"/Apache_OpenOffice_" + VERSION + "_" + PLATFORM;
- chk_link = chk_link + "_" + NL_LANGUAGE + EXTENSION;
+ chk_link = APACHE_DIST_BASE_URL + "/binaries/" +
NL_LANGUAGE + "/Apache_OpenOffice_" + VERSION;
+ chk_link = chk_link + "_" + PLATFORM + "_" + NL_LANGUAGE
+ EXTENSION;
CHECKSUM_KEYS = "http://www.apache.org/dist/openoffice/KEYS";
CHECKSUM_ASC = chk_link + ".asc";
Modified: websites/staging/ooo-site/trunk/content/download/globalvars.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/globalvars.js (original)
+++ websites/staging/ooo-site/trunk/content/download/globalvars.js Wed Jul 31
21:11:40 2013
@@ -29,7 +29,7 @@ var SDK_LANG = new Array( "en-US" );
// Base URLs to the Sourceforge and Apache mirror server
var SOURCEFORGE_BASE_URL =
"http://sourceforge.net/projects/openofficeorg.mirror/files/" + VERSION +
"/binaries/";
var APACHE_BASE_URL =
"http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + VERSION;
-var APACHE_DIST_BASE_URL = "http://www.apache.org/dist/openoffice/"
+ VERSION + "/binaries/";
+var APACHE_DIST_BASE_URL = "http://www.apache.org/dist/openoffice/"
+ VERSION;
// var PEOPLE_BASE_URL = "http://people.apache.org/~marcus/aoo/"
+ VERSION;
// var APACHE_BASE_URL =
"http://www.apache.org/dyn/aoo-closer.cgi/aoo/" + VERSION;
// var APACHE_DIST_BASE_URL = "http://www.apache.org/dist/aoo/"
+ VERSION;