[Swift-commit] r4695 - www
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Mon Jun 27 10:33:59 CDT 2011
Author: wozniak
Date: 2011-06-27 10:33:59 -0500 (Mon, 27 Jun 2011)
New Revision: 4695
Modified:
www/update.sh
Log:
Note that we are phasing out this script
Modified: www/update.sh
===================================================================
--- www/update.sh 2011-06-24 22:57:43 UTC (rev 4694)
+++ www/update.sh 2011-06-27 15:33:59 UTC (rev 4695)
@@ -1,5 +1,9 @@
#!/bin/sh
+# OBSOLETE: DO NOT RUN THIS
+# See swift/docs/build_docs.sh for docs management
+# Do a simple svn update to update the plain HTML
+
# Run this script from /ci/www/projects/swift
crash()
@@ -32,7 +36,7 @@
return 0
}
-# Ensure tools are group-usable:
+# Ensure tools are group-usable:
chmod g+rw $0
chmod g+rw updatenodocs.sh
More information about the Swift-commit
mailing list