[tor-commits] r24825: {website} some people need to run the publish script from outside the (website/trunk)

Roger Dingledine arma at torproject.org
Tue Jun 21 04:41:02 UTC 2011


Author: arma
Date: 2011-06-21 04:41:02 +0000 (Tue, 21 Jun 2011)
New Revision: 24825

Modified:
   website/trunk/publish
Log:
some people need to run the publish script from outside the tor name space


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2011-06-19 02:28:58 UTC (rev 24824)
+++ website/trunk/publish	2011-06-21 04:41:02 UTC (rev 24825)
@@ -9,8 +9,8 @@
 
 # don't copy over stuff with permissions that make it useless
 chmod a+r * -R
-rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum:/srv/www-master.torproject.org/htdocs
+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"
-ssh vescum '/home/mirroradm/bin/trigger-mirrors'
-ssh vescum chmod g+w -R /srv/www-master.torproject.org/htdocs
+ssh vescum.torproject.org '/home/mirroradm/bin/trigger-mirrors'
+ssh vescum.torproject.org chmod g+w -R /srv/www-master.torproject.org/htdocs



More information about the tor-commits mailing list