[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r14250: we don't publish to alcatraz anymore. (website/trunk)



Author: arma
Date: 2008-03-30 16:53:33 -0400 (Sun, 30 Mar 2008)
New Revision: 14250

Removed:
   website/trunk/publish-alcatraz
Log:
we don't publish to alcatraz anymore.


Deleted: website/trunk/publish-alcatraz
===================================================================
--- website/trunk/publish-alcatraz	2008-03-30 20:50:48 UTC (rev 14249)
+++ website/trunk/publish-alcatraz	2008-03-30 20:53:33 UTC (rev 14250)
@@ -1,15 +0,0 @@
-#!/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/
-