[118071] contrib/buildbot/deploy_archives.sh

jmr at macports.org jmr at macports.org
Thu Mar 20 13:25:48 PDT 2014


Revision: 118071
          https://trac.macports.org/changeset/118071
Author:   jmr at macports.org
Date:     2014-03-20 13:25:48 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
buildbot: revert rsync debug stuff, buildmaster doesn't auto-update from svn anyway

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

Modified: contrib/buildbot/deploy_archives.sh
===================================================================
--- contrib/buildbot/deploy_archives.sh	2014-03-20 20:23:02 UTC (rev 118070)
+++ contrib/buildbot/deploy_archives.sh	2014-03-20 20:25:48 UTC (rev 118071)
@@ -66,7 +66,7 @@
     done
     
     if [[ -n "$DLHOST" ]]; then
-        strace -f -t -T rsync -rlDzv --ignore-existing ${ULPATH}/ ${DLHOST}:${DLPATH}
+        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/9415025c/attachment.html>


More information about the macports-changes mailing list