Author: buildbot
Date: Thu May 17 22:56:02 2012
New Revision: 818106

Log:
Staging update by buildbot for openofficeorg

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 17 22:56:02 2012
@@ -1 +1 @@
-1339885
+1339910

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 17 22:56:02 2012
@@ -1 +1 @@
-1339885
+1339910

Modified: websites/staging/ooo-site/trunk/content/download/download_new_dl.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download_new_dl.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/download_new_dl.js Thu May 
17 22:56:02 2012
@@ -494,24 +494,24 @@ function getPlatform() {
                                        if ( 
navigator.userAgent.toLowerCase().indexOf( "debian" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "ubuntu" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "iceweasel" ) != -1 ) {
-                                               return "Linux Debian 64-bit";
+                                               return "Linux Debian 64-bit 
(DEB)";
                                        } else {
-                                               return "Linux 64-bit";
+                                               return "Linux 64-bit (RPM)";
                                        }
                                } else {
-                                       return "Linux 64-bit";
+                                       return "Linux 64-bit (RPM)";
                                }
                        } else {
                                if ( navigator.userAgent != null ) {
                                        if ( 
navigator.userAgent.toLowerCase().indexOf( "debian" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "ubuntu" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "iceweasel" ) != -1 ) {
-                                               return "Linux Debian";
+                                               return "Linux Debian 32-Bit 
(DEB)";
                                        } else {
-                                               return "Linux";
+                                               return "Linux 32-Bit (RPM)";
                                        }
                                } else {
-                                       return "Linux";
+                                       return "Linux 32-Bit (RPM)";
                                }
                        }
                } else if ( navigator.platform.indexOf( "SunOS i86pc" ) != -1 ) 
{
@@ -559,24 +559,24 @@ function getPlatform(schema) {
                                        if ( 
navigator.userAgent.toLowerCase().indexOf( "debian" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "ubuntu" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "iceweasel" ) != -1 ) {
-                                               return "Linux Debian 64-bit";
+                                               return "Linux Debian 64-bit 
(DEB)";
                                        } else {
-                                               return "Linux 64-bit";
+                                               return "Linux 64-bit (RPM)";
                                        }
                                } else {
-                                       return "Linux 64-bit";
+                                       return "Linux 64-bit (RPM)";
                                }
                        } else {
                                if ( navigator.userAgent != null ) {
                                        if ( 
navigator.userAgent.toLowerCase().indexOf( "debian" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "ubuntu" ) != -1 ||
                                             
navigator.userAgent.toLowerCase().indexOf( "iceweasel" ) != -1 ) {
-                                               return "Linux Debian";
+                                               return "Linux Debian 32-Bit 
(DEB)";
                                        } else {
-                                               return "Linux";
+                                               return "Linux 32-Bit (RPM)";
                                        }
                                } else {
-                                       return "Linux";
+                                       return "Linux 32-Bit (RPM)";
                                }
                        }
                } else if ( navigator.platform.indexOf( "SunOS i86pc" ) != -1 ) 
{


Reply via email to