summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-20 00:52:03 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-20 00:52:03 +0000
commitff5f6ea55044b484378f616a8346217b6960b09c (patch)
tree0ec22ae4283b1a8aaf2a8e44c848ad1ab225d071 /samples
parent102ff5e7aaec49014aac9c4946a088e7dcaa18a1 (diff)
make the example mirror cfg be the one that we use, too
git-svn-id: file:///home/or/svnrepo/updater/trunk@17325 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/example-mirrors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/samples/example-mirrors.txt b/samples/example-mirrors.txt
index d511e38..cf9708e 100644
--- a/samples/example-mirrors.txt
+++ b/samples/example-mirrors.txt
@@ -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)
+