[Swift-commit] r4849 - www

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Jul 25 16:48:56 CDT 2011


Author: wozniak
Date: 2011-07-25 16:48:56 -0500 (Mon, 25 Jul 2011)
New Revision: 4849

Modified:
   www/push_to.sh
Log:
Transfer presentation; use "cp -u"


Modified: www/push_to.sh
===================================================================
--- www/push_to.sh	2011-07-25 21:30:26 UTC (rev 4848)
+++ www/push_to.sh	2011-07-25 21:48:56 UTC (rev 4849)
@@ -39,6 +39,9 @@
 docs/license.php
 docs/tracking_policy.php
 docs/usage_data.php
+presentations/SULI_2011/suli.pptx
+presentations/SULI_2011/suli.pdf
+presentations/SULI_2011/suli-examples.tgz
 updatenodocs.sh
 dhtml.js
 index.html
@@ -114,7 +117,7 @@
    mkdir -pv $DESTINATION/$destination_dir
    chgrp $GROUP $DESTINATION/$destination_dir
    chmod $CHMOD_DIRECTORY_MODE $DESTINATION/$destination_dir
-   cp $FILE $DESTINATION/$destination_dir
+   cp -u $FILE $DESTINATION/$destination_dir
    chgrp $GROUP $DESTINATION/$destination_dir/$FILE
    chmod $CHMOD_FILE_MODE $DESTINATION/$FILE
 done




More information about the Swift-commit mailing list