You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/07/20 18:59:54 UTC

svn commit: r826483 - /websites/production/vcl/content/mirrors.cgi

Author: jfthomps
Date: Fri Jul 20 16:59:54 2012
New Revision: 826483

Log:
uncommented mirrors.append line that allows links to archive.apache.org

Modified:
    websites/production/vcl/content/mirrors.cgi

Modified: websites/production/vcl/content/mirrors.cgi
==============================================================================
--- websites/production/vcl/content/mirrors.cgi (original)
+++ websites/production/vcl/content/mirrors.cgi Fri Jul 20 16:59:54 2012
@@ -85,7 +85,7 @@ def parse_mirrors(filename, country, pre
   mirrors = [line.split() for line in open(filename).readlines()
              if line.strip() and not line.startswith('#')]
 
-  #mirrors.append(['http', 'us', 'http://archive.apache.org/dist/', '9999999999'])
+  mirrors.append(['http', 'us', 'http://archive.apache.org/dist/', '9999999999'])
 
   # Add trailing slashes where missing.  Otherwise,
   # strcat("http://www.mirror.org", pathinfo=".foo.evil") would link to