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/11 00:01:33 UTC

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

Author: buildbot
Date: Mon Mar 10 23:01:32 2014
New Revision: 901015

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 23:01:32 2014
@@ -1 +1 @@
-1576114
+1576121

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 23:01:32 2014
@@ -1 +1 @@
-1576114
+1576121

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 23:01:32 2014
@@ -415,7 +415,12 @@ function getPlatform() {
 		     os.indexOf( "i686"		) != -1 ||
 		     os.indexOf( "i586"		) != -1 ||
 		     os.indexOf( "i486"		) != -1 ||
-		     os.indexOf( "i386"		) != -1 ) {	UI_PLATFORM	= "Linux 32-bit (RPM)";
+		     os.indexOf( "i386"		) != -1 ||
+		     av.indexOf( "x86"		) != -1 ||
+		     av.indexOf( "i686"		) != -1 ||
+		     av.indexOf( "i586"		) != -1 ||
+		     av.indexOf( "i486"		) != -1 ||
+		     av.indexOf( "i386"		) != -1 ) {	UI_PLATFORM	= "Linux 32-bit (RPM)";
 								URL_PLATFORM	= "Linux_x86_install-rpm";
 								EXTENSION	= ".tar.gz";
 		     if ( ua.indexOf( "debian"    ) != -1 ||
@@ -429,7 +434,11 @@ function getPlatform() {
 		if ( os.indexOf( "_64"		) != -1 ||
 		     os.indexOf( "-64"		) != -1 ||
 		     os.indexOf( "x64"		) != -1 ||
-		     os.indexOf( "amd64"	) != -1 ) {	UI_PLATFORM	= "Linux 64-bit (RPM)";
+		     os.indexOf( "amd64"	) != -1 ||
+		     av.indexOf( "_64"		) != -1 ||
+		     av.indexOf( "-64"		) != -1 ||
+		     av.indexOf( "x64"		) != -1 ||
+		     av.indexOf( "amd64"	) != -1 ) {	UI_PLATFORM	= "Linux 64-bit (RPM)";
 								URL_PLATFORM	= "Linux_x86-64_install-rpm";
 								EXTENSION	= ".tar.gz";
 		     if ( ua.indexOf( "debian"	  ) != -1 ||