[Swift-commit] r4870 - www

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Fri Jul 29 12:52:41 CDT 2011


Author: wozniak
Date: 2011-07-29 12:52:40 -0500 (Fri, 29 Jul 2011)
New Revision: 4870

Modified:
   www/update.sh
Log:
Prevent use of this script


Modified: www/update.sh
===================================================================
--- www/update.sh	2011-07-29 17:41:37 UTC (rev 4869)
+++ www/update.sh	2011-07-29 17:52:40 UTC (rev 4870)
@@ -4,6 +4,9 @@
 # See swift/docs/build_docs.sh for docs management
 # Do a simple svn update to update the plain HTML
 
+echo THIS SCRIPT IS OBSOLETE
+exit 1
+
 # Run this script from /ci/www/projects/swift
 
 crash()




More information about the Swift-commit mailing list