[or-cvs] hack to avoid copying a-r files to the website.

arma at seul.org arma at seul.org
Mon Jul 31 22:21:35 UTC 2006


Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website

Modified Files:
	publish 
Log Message:
hack to avoid copying a-r files to the website.


Index: publish
===================================================================
RCS file: /home2/or/cvsroot/website/publish,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- publish	31 Jul 2006 21:19:40 -0000	1.2
+++ publish	31 Jul 2006 22:21:32 -0000	1.3
@@ -3,6 +3,9 @@ cvs update -d -P
 make
 # XXX should check whether make fails
 
+# 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/



More information about the tor-commits mailing list