From cf4861e08a03e8267e46b34c1c5bbab037d03570 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Tue, 18 Apr 2017 20:02:39 -0500 Subject: [PATCH] Update rsync_xfer.sh Turn on rsync verbose so we can see what files get transferred --- utils/packpack/rsync_xfer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/rsync_xfer.sh b/utils/packpack/rsync_xfer.sh index 191a59d41..ab0eb9692 100755 --- a/utils/packpack/rsync_xfer.sh +++ b/utils/packpack/rsync_xfer.sh @@ -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