[or-cvs] r21879: {website} the publish script now needs you to trigger a sync to the ot (website/trunk)

Roger Dingledine arma at torproject.org
Mon Mar 8 23:53:51 UTC 2010


Author: arma
Date: 2010-03-08 23:53:51 +0000 (Mon, 08 Mar 2010)
New Revision: 21879

Modified:
   website/trunk/publish
Log:
the publish script now needs you to trigger a sync to the other www


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2010-03-08 23:19:06 UTC (rev 21878)
+++ website/trunk/publish	2010-03-08 23:53:51 UTC (rev 21879)
@@ -16,5 +16,8 @@
 ## since if they screw up it'll blow away arbitrary things.
 #rsync -Prvz --delete . tor.eff.org:directory/
 
-rsync --exclude .svn --exclude .deps -Prvz . www.torproject.org:/var/www/www.torproject.org/htdocs/
+rsync --exclude .svn --exclude .deps -Prvz . byblos:/var/www/www.torproject.org/htdocs/
 
+echo "Forcing mirror update"
+ssh byblos '/var/lib/mirror-tor/trigger-sync'
+



More information about the tor-commits mailing list