mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user