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 2015/02/20 19:30:26 UTC

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

Author: buildbot
Date: Fri Feb 20 18:30:25 2015
New Revision: 940875

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/globalvars.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 20 18:30:25 2015
@@ -1 +1 @@
-1661180
+1661181

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 20 18:30:25 2015
@@ -1 +1 @@
-1661180
+1661181

Modified: websites/staging/ooo-site/trunk/content/download/globalvars.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/globalvars.js (original)
+++ websites/staging/ooo-site/trunk/content/download/globalvars.js Fri Feb 20 18:30:25 2015
@@ -93,10 +93,10 @@ DL.SEL_VER			= [ "4.1.1",  "4.1.1",
 				    "older",  "Older releases" ];
 
 // Base URLs to the Sourceforge and Apache mirror server.
-DL.SF				= "http://sourceforge.net/projects/openofficeorg.mirror/files/";
-DL.ASF				= "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
-DL.ASF_DIST			= "http://www.apache.org/dist/openoffice/";
-DL.ASF_ARC			= "http://archive.apache.org/dist/openoffice/";
+DL.SF				= "sourceforge.net/projects/openofficeorg.mirror/files/";
+DL.ASF				= "www.apache.org/dyn/aoo-closer.cgi/openoffice/";
+DL.ASF_DIST			= "www.apache.org/dist/openoffice/";
+DL.ASF_ARC			= "archive.apache.org/dist/openoffice/";
 
 // Only used in "download_other.js".
 DL.REL_PLATFORM			= [ "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb",
@@ -140,14 +140,14 @@ DL_BETA.LP_LANG			= [ "ast", "bg", "ca",
 DL_BETA.SDK_LANG		= [ "en-US" ];
 
 // Base URLs to the Sourceforge and Apache mirror server.
-DL_BETA.SOURCEFORGE		= "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION;
+DL_BETA.SOURCEFORGE		= "sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION;
 DL_BETA.SOURCEFORGE		= DL_BETA.SOURCEFORGE + "/binaries/";
-DL_BETA.ASF			= "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"		   + DL_BETA.VERSION;
-DL_BETA.ASF_DIST		= "http://www.apache.org/dist/openoffice/"				   + DL_BETA.VERSION;
-DL_BETA.ASF_ARC			= "http://archive.apache.org/dist/openoffice/"				   + DL_BETA.VERSION;
+DL_BETA.ASF			= "www.apache.org/dyn/aoo-closer.cgi/openoffice/"		   + DL_BETA.VERSION;
+DL_BETA.ASF_DIST		= "www.apache.org/dist/openoffice/"				   + DL_BETA.VERSION;
+DL_BETA.ASF_ARC			= "archive.apache.org/dist/openoffice/"				   + DL_BETA.VERSION;
 
 // Debug: Uncomment to use different base URLs.
-// var DL.PEOPLE_BASE_URL	= "http://people.apache.org/~marcus/aoo/"				   + DL.VERSION;
+// var DL.PEOPLE_BASE_URL	= "people.apache.org/~marcus/aoo/"				   + DL.VERSION;
 
 DL.RELEASE_MODE			= 1;