[or-cvs] r11965: make byblos the default target for "./publish". make a legac (website/trunk)

arma at seul.org arma at seul.org
Tue Oct 16 02:32:31 UTC 2007


Author: arma
Date: 2007-10-15 22:32:31 -0400 (Mon, 15 Oct 2007)
New Revision: 11965

Added:
   website/trunk/publish-alcatraz
Modified:
   website/trunk/publish
Log:
make byblos the default target for "./publish". make a
legacy one in case we need to publish to alcatraz one
last time.


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2007-10-16 02:30:43 UTC (rev 11964)
+++ website/trunk/publish	2007-10-16 02:32:31 UTC (rev 11965)
@@ -9,7 +9,7 @@
 
 ## I'm not comfortable having arbitrary people use --delete yet,
 ## since if they screw up it'll blow away arbitrary things.
-#rsync -Pravz --delete . tor.eff.org:directory/
+#rsync -Prvz --delete . tor.eff.org:directory/
 
-rsync -Prvz . tor.eff.org:/www/tor.eff.org/docs/
+rsync -Prvz . www.torproject.org:/var/www/www.torproject.org/htdocs/
 

Added: website/trunk/publish-alcatraz
===================================================================
--- website/trunk/publish-alcatraz	                        (rev 0)
+++ website/trunk/publish-alcatraz	2007-10-16 02:32:31 UTC (rev 11965)
@@ -0,0 +1,15 @@
+#!/bin/sh
+set -e # stop if we encounter an error
+
+svn update
+make
+
+# don't copy over stuff with permissions that make it useless
+chmod a+r * -R
+
+## I'm not comfortable having arbitrary people use --delete yet,
+## since if they screw up it'll blow away arbitrary things.
+#rsync -Pravz --delete . tor.eff.org:directory/
+
+rsync -Prvz . tor.eff.org:/www/tor.eff.org/docs/
+


Property changes on: website/trunk/publish-alcatraz
___________________________________________________________________
Name: svn:executable
   + *



More information about the tor-commits mailing list