[Swift-commit] r4871 - www

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Fri Jul 29 13:02:29 CDT 2011


Author: wozniak
Date: 2011-07-29 13:02:29 -0500 (Fri, 29 Jul 2011)
New Revision: 4871

Modified:
   www/push_to.sh
Log:
Usage notes


Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2011-07-29 17:52:40 UTC (rev 4870)
+++ www/push_to.sh	2011-07-29 18:02:29 UTC (rev 4871)
@@ -1,7 +1,12 @@
 #!/bin/bash
 
-# To update the live site from a CI machine, 
-#    use DESTINATION=/ci/www/projects/swift
+# USAGE:
+# 1) check out a working copy of vdl2/www,
+# 2) make edits,
+# 3) run this script in your working copy directory,
+#    a) use DESTINATION=~/public_html to preview,
+#    b) use DESTINATION=/ci/www/projects/swift for the live site
+#       on a CI machine
 
 # File permissions
 CHMOD_DIRECTORY_MODE="775"




More information about the Swift-commit mailing list