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/02/11 00:36:46 UTC

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

Author: buildbot
Date: Mon Feb 10 23:36:46 2014
New Revision: 897283

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:46 2014
@@ -1 +1 @@
-1566853
+1566854

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 23:36:46 2014
@@ -1 +1 @@
-1566853
+1566854

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:46 2014
@@ -309,9 +309,6 @@ 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)";