Revision
95992
Author
wsiegrist@apple.com
Date
2012-07-27 13:59:42 -0700 (Fri, 27 Jul 2012)

Log Message

Do not try to set owner/times on packages server.

Modified Paths

Diff

Modified: contrib/buildbot/deploy_archives.sh (95991 => 95992)


--- contrib/buildbot/deploy_archives.sh	2012-07-27 20:59:13 UTC (rev 95991)
+++ contrib/buildbot/deploy_archives.sh	2012-07-27 20:59:42 UTC (rev 95992)
@@ -54,9 +54,9 @@
     done
     
     if [[ -n "$DLHOST" ]]; then
-        rsync -av --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}
+        rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}
     else
-        rsync -av --ignore-existing ${ULPATH}/ ${DLPATH}
+        rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLPATH}
     fi
 else
     echo $ULPATH appears to contain no archives