Author: buildbot
Date: Mon Feb 10 23:36:15 2014
New Revision: 897281
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 Feb 10 23:36:15 2014
@@ -1 +1 @@
-1566850
+1566853
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 23:36:15 2014
@@ -1 +1 @@
-1566850
+1566853
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 Feb 10
23:36:15 2014
@@ -309,6 +309,9 @@ function getPlatform() {
os.indexOf( "amd64" ) != -1 ) { UI_PLATFORM
= "Linux 64-bit (RPM)";
URL_PLATFORM
= "Linux_x86-64_install-rpm";
EXTENSION
= ".tar.gz";
+ UI_PLATFORM
= "OS X 32-bit Intel (DMG)";
+ URL_PLATFORM
= "MacOS_x86_install";
+ EXTENSION
= ".dmg";
if ( ua.indexOf( "debian" ) != -1 ||
ua.indexOf( "ubuntu" ) != -1 ||
ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 64-bit (DEB)";
@@ -320,7 +323,7 @@ function getPlatform() {
// OS X x86?
if ( os.indexOf( "mac" ) != -1 ) { UI_PLATFORM
= "OS X 32-bit Intel (DMG)";
- URL_PLATFORM
= "Mac_x86_install";
+ URL_PLATFORM
= "MacOS_x86_install";
EXTENSION
= ".dmg";
}
}
@@ -352,7 +355,7 @@ function getFilesize() {
case "Linux_x86_install-rpm":
RELEASE_MATRIX_PLATFORM_POS = 5;
break;
- case "Mac_x86_install":
+ case "MacOS_x86_install":
RELEASE_MATRIX_PLATFORM_POS = 8;
break;
case "Win_x86_install":