[tor-commits] r24330: {website} put phobos's defaults back into the publish script and Makef (website/trunk)
Erinn Clark
erinn at torproject.org
Thu Mar 10 09:48:56 UTC 2011
Author: erinn
Date: 2011-03-10 09:48:56 +0000 (Thu, 10 Mar 2011)
New Revision: 24330
Modified:
website/trunk/Makefile
website/trunk/publish
Log:
put phobos's defaults back into the publish script and Makefile
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2011-03-10 09:16:44 UTC (rev 24329)
+++ website/trunk/Makefile 2011-03-10 09:48:56 UTC (rev 24330)
@@ -10,7 +10,7 @@
# 4. make
# 5. ./publish
-export TORGIT=/Users/erinn/src/tor.git/.git
+export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
export STABLETAG=tor-0.2.2.22-alpha
export DEVTAG=tor-0.2.2.22-alpha
Modified: website/trunk/publish
===================================================================
--- website/trunk/publish 2011-03-10 09:16:44 UTC (rev 24329)
+++ website/trunk/publish 2011-03-10 09:48:56 UTC (rev 24330)
@@ -5,8 +5,7 @@
make -j3
# don't copy over stuff with permissions that make it useless
-#chmod a+r * -R
-chmod -R a+r *
+chmod a+r * -R
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
echo "Forcing mirror update"
More information about the tor-commits
mailing list