[Swift-commit] r3799 - www

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Dec 14 10:36:55 CST 2010


Author: wozniak
Date: 2010-12-14 10:36:55 -0600 (Tue, 14 Dec 2010)
New Revision: 3799

Modified:
   www/update.sh
Log:
Ensure *.php is g+rw


Modified: www/update.sh
===================================================================
--- www/update.sh	2010-12-14 16:28:48 UTC (rev 3798)
+++ www/update.sh	2010-12-14 16:36:55 UTC (rev 3799)
@@ -40,9 +40,14 @@
 echo "--------- Updating www...  ----------"
 svn update
 chmod -R g+w .svn 2>/dev/null
-chmod a+r docs/index.php
+
+find . -name .svn -prune -o -name "*.php" | xargs -n 100 chmod -f g+rw,a+r
+
+chmod a+r,g+w docs/index.php
 chmod a+r downloads/index.php
 chmod a+r inc/nav.php inc/footer.php 
+
+
 echo "--------- Updating docs... ----------"
 
 for SET in guides/trunk guides/release-0.91




More information about the Swift-commit mailing list