[Swift-commit] r3772 - www
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Dec 13 12:49:14 CST 2010
Author: wozniak
Date: 2010-12-13 12:49:13 -0600 (Mon, 13 Dec 2010)
New Revision: 3772
Added:
www/update.sh
www/updatenodocs.sh
Log:
Original version of update scripts: from /ci/www/projects/swift
Added: www/update.sh
===================================================================
--- www/update.sh (rev 0)
+++ www/update.sh 2010-12-13 18:49:13 UTC (rev 3772)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+umask 002
+echo "--------- Updating www... ----------"
+svn update
+chmod -R g+w .svn 2>/dev/null
+echo "--------- Updating docs... ----------"
+cd guides
+svn update
+chmod -R g+w .svn 2>/dev/null
+chmod -R g+w formatting/.svn 2>/dev/null
+./buildguides.sh
+chmod g+w *.php
+chmod g+w *.pdf
+chmod -R g+w userguide
+echo "--------- All done ----------"
+
Property changes on: www/update.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: www/updatenodocs.sh
===================================================================
--- www/updatenodocs.sh (rev 0)
+++ www/updatenodocs.sh 2010-12-13 18:49:13 UTC (rev 3772)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+umask 002
+echo "--------- Updating www... ----------"
+svn update
+chmod -R g+w .svn 2>/dev/null
+echo "--------- All done ----------"
+
Property changes on: www/updatenodocs.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the Swift-commit
mailing list