Author: sebastian Date: 2011-10-19 05:40:15 +0000 (Wed, 19 Oct 2011) New Revision: 25176
Modified: website/trunk/publish Log: Fix chmod call to put its option first
Modified: website/trunk/publish =================================================================== --- website/trunk/publish 2011-10-19 04:40:12 UTC (rev 25175) +++ website/trunk/publish 2011-10-19 05:40:15 UTC (rev 25176) @@ -8,7 +8,7 @@ make -j3 # abuse the cores
# don't copy over stuff with permissions that make it useless -chmod a+r * -R +chmod -R a+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"
tor-commits@lists.torproject.org