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

git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot@95992 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
William Siegrist
2012-07-27 20:59:42 +00:00
parent bb763e7581
commit a2e4d2e05f
+2 -2
View File
@@ -54,9 +54,9 @@ if [[ -n "`ls ${ULPATH}`" ]]; then
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