[118044] contrib/buildbot/deploy_archives.sh

jmr at macports.org jmr at macports.org
Thu Mar 20 02:30:08 PDT 2014


Revision: 118044
          https://trac.macports.org/changeset/118044
Author:   jmr at macports.org
Date:     2014-03-20 02:30:08 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
buildbot: temporarily debug rsync command in deploy_archives.sh

Modified Paths:
--------------
    contrib/buildbot/deploy_archives.sh

Modified: contrib/buildbot/deploy_archives.sh
===================================================================
--- contrib/buildbot/deploy_archives.sh	2014-03-20 05:56:12 UTC (rev 118043)
+++ contrib/buildbot/deploy_archives.sh	2014-03-20 09:30:08 UTC (rev 118044)
@@ -66,7 +66,7 @@
     done
     
     if [[ -n "$DLHOST" ]]; then
-        rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}
+        strace -f -t -T rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}
     else
         rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLPATH}
     fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140320/ed3b1413/attachment.html>


More information about the macports-changes mailing list