Update rsync_xfer.sh

Turn on rsync verbose so we can see what files get transferred
This commit is contained in:
Andrew Bauer 2017-04-18 20:02:39 -05:00 committed by GitHub
parent f3e22689ac
commit cf4861e08a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
if [ -z "$ssh_mntchk" ]; then
# Don't keep packages older than 5 days
find ./zmrepo -maxdepth 1 -type f -mtime +5 -delete
rsync --ignore-errors ./build/ ./zmrepo/
rsync --ignore-errors --verbose ./build/ ./zmrepo/
fusermount -zu zmrepo
else
echo