[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17325: {updater} make the example mirror cfg be the one that we use, too  (updater/trunk/samples)
Author: arma
Date: 2008-11-19 19:52:03 -0500 (Wed, 19 Nov 2008)
New Revision: 17325
Modified:
   updater/trunk/samples/example-mirrors.txt
Log:
make the example mirror cfg be the one that we use, too
Modified: updater/trunk/samples/example-mirrors.txt
===================================================================
--- updater/trunk/samples/example-mirrors.txt	2008-11-20 00:50:32 UTC (rev 17324)
+++ updater/trunk/samples/example-mirrors.txt	2008-11-20 00:52:03 UTC (rev 17325)
@@ -2,6 +2,7 @@
 # Example mirror configuration file.
 #
 # Add a "Mirror" command like this for every mirror that you want to list.
+# Note: you need to list the main repository too.
 #
 # The "name" is a helpful name of the mirror.
 #
@@ -19,6 +20,7 @@
 # we should pick this mirror.
 
 Mirror(name="moria",
-       urlbase="http://moria.seul.org/thandy-example/",
+       urlbase="http://updates.torproject.org/thandy/",
        contents=[ "**" ],
        weight=1)
+