[or-cvs] r24010: {website} update the trace filename so every mirror isn't out of date. (website/trunk)

Andrew Lewman andrew at torproject.org
Sat Jan 1 01:56:11 UTC 2011


Author: phobos
Date: 2011-01-01 01:56:10 +0000 (Sat, 01 Jan 2011)
New Revision: 24010

Modified:
   website/trunk/update-mirrors.pl
Log:
update the trace filename so every mirror isn't out of date.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2011-01-01 01:51:42 UTC (rev 24009)
+++ website/trunk/update-mirrors.pl	2011-01-01 01:56:10 UTC (rev 24010)
@@ -40,7 +40,7 @@
 
 sub FetchDate {
     my $url = shift; # Base url for mirror
-    my $trace = "/project/trace/www.torproject.org"; # Location of recent update info
+    my $trace = "/project/trace/www-master.torproject.org"; # Location of recent update info
     $url = "$url$trace";
 
     print "Fetching possible date from: $url\n";



More information about the tor-commits mailing list