Revision: 95992 https://trac.macports.org/changeset/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: -------------- 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