[95992] contrib/buildbot/deploy_archives.sh

wsiegrist at apple.com wsiegrist at apple.com
Fri Jul 27 13:59:42 PDT 2012


Revision: 95992
          https://trac.macports.org/changeset/95992
Author:   wsiegrist at 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:
--------------
    contrib/buildbot/deploy_archives.sh

Modified: contrib/buildbot/deploy_archives.sh
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120727/f01e1d65/attachment.html>


More information about the macports-changes mailing list