[or-cvs] r19724: {website} update the publish script to set perms correctly (website/trunk)

phobos at seul.org phobos at seul.org
Mon Jun 15 20:15:34 UTC 2009


Author: phobos
Date: 2009-06-15 16:15:34 -0400 (Mon, 15 Jun 2009)
New Revision: 19724

Modified:
   website/trunk/publish
Log:
update the publish script to set perms correctly


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2009-06-15 19:51:45 UTC (rev 19723)
+++ website/trunk/publish	2009-06-15 20:15:34 UTC (rev 19724)
@@ -10,7 +10,7 @@
 date -u > project/trace/www.torproject.org
 
 # don't copy over stuff with permissions that make it useless
-chmod a+r * -R
+chmod 664 * -R
 
 ## I'm not comfortable having arbitrary people use --delete yet,
 ## since if they screw up it'll blow away arbitrary things.



More information about the tor-commits mailing list