[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/maint-0.2.1] update fetch-all with dir auth
Author: Andrew Lewman <andrew@xxxxxxxxxxxxxx>
Date: Thu, 13 Aug 2009 21:13:09 -0400
Subject: update fetch-all with dir auth
Commit: c9b8a4a133780cb2ab3847292284a6e9292b70d1
---
contrib/directory-archive/fetch-all | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/directory-archive/fetch-all b/contrib/directory-archive/fetch-all
index fabcbb8..dfa5a1b 100755
--- a/contrib/directory-archive/fetch-all
+++ b/contrib/directory-archive/fetch-all
@@ -30,8 +30,8 @@ DIRSERVERS=""
DIRSERVERS="$DIRSERVERS 86.59.21.38:80" # tor26
DIRSERVERS="$DIRSERVERS 128.31.0.34:9031" # moria1
DIRSERVERS="$DIRSERVERS 128.31.0.34:9032" # moria2
-#DIRSERVERS="$DIRSERVERS 140.247.60.64:80" # lefkada
DIRSERVERS="$DIRSERVERS 194.109.206.212:80" # dizum
+
DATEDIR=$(date "+%Y/%m/%d")
TIME=$(date "+%Y%m%d-%H%M%S")
--
1.5.6.5