weasel told me to run these two lines every time i push to the website. must obey weasel.
Roger Dingledine

Roger Dingledine commited on 2007-10-28 11:59:45
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -4,6 +4,9 @@ set -e # stop if we encounter an error
4 4
 svn update
5 5
 make
6 6
 
7
+[ -d project/trace ] || mkdir -p project/trace
8
+date -u > project/trace/www.torproject.org
9
+
7 10
 # don't copy over stuff with permissions that make it useless
8 11
 chmod a+r * -R
9 12
 
10 13