Author: buildbot
Date: Tue Apr 24 22:22:53 2012
New Revision: 814295
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 Tue Apr 24 22:22:53 2012
@@ -1 +1 @@
-1330038
+1330045
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 24 22:22:53 2012
@@ -1 +1 @@
-1330038
+1330045
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
Tue Apr 24 22:22:53 2012
@@ -18,6 +18,7 @@ function getMirrorHost() {
// If random value is lower than ratio
if ( randVal < MIRROR_RATIO ) {
mirrorHost = "Apache";
+ MIRROR = MIRROR_APACHE_REF;
}
}
// Are SourceForge mirrors working?
@@ -25,6 +26,7 @@ function getMirrorHost() {
// If random value is higher than ratio
if ( randVal > MIRROR_RATIO ) {
mirrorHost = "SourceForge";
+ MIRROR = MIRROR_SOURCEFORGE_REF;
}
}