Author: buildbot
Date: Wed Apr 25 23:27:40 2012
New Revision: 814497

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/test/download_new_dl.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 25 23:27:40 2012
@@ -1 +1 @@
-1330595
+1330599

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 25 23:27:40 2012
@@ -1 +1 @@
-1330595
+1330599

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js 
Wed Apr 25 23:27:40 2012
@@ -18,7 +18,7 @@ function getMirrorHost() {
                // If random value is lower than ratio
                if ( randVal < MIRROR_RATIO ) {
                        mirrorHost = "Apache";
-                       MIRROR = MIRROR_APACHE_REF;
+                       return MIRROR_APACHE_URL;
                }
        }
        // Are SourceForge mirrors working?
@@ -26,7 +26,7 @@ function getMirrorHost() {
                // If random value is higher than ratio
                if ( randVal > MIRROR_RATIO ) {
                        mirrorHost = "SourceForge";
-                       MIRROR = MIRROR_SOURCEFORGE_REF;
+                       return MIRROR_SOURCEFORGE_URL;
                }
        }
 


Reply via email to