put phobos's defaults back into the publish script and Makefile
Erinn Clark

Erinn Clark commited on 2011-03-10 10:48:56
Zeige 2 geänderte Dateien mit 2 Einfügungen und 3 Löschungen.

... ...
@@ -10,7 +10,7 @@
10 10
 # 4. make
11 11
 # 5. ./publish
12 12
 
13
-export TORGIT=/Users/erinn/src/tor.git/.git
13
+export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
14 14
 export STABLETAG=tor-0.2.2.22-alpha
15 15
 export DEVTAG=tor-0.2.2.22-alpha
16 16
 
... ...
@@ -5,8 +5,7 @@ svn update
5 5
 make -j3
6 6
 
7 7
 # don't copy over stuff with permissions that make it useless
8
-#chmod a+r * -R
9
-chmod -R a+r *
8
+chmod a+r * -R
10 9
 rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum.torproject.org:/srv/www-master.torproject.org/htdocs
11 10
 
12 11
 echo "Forcing mirror update"
13 12