From: Lizhou Sha Date: Wed, 2 Mar 2016 06:51:10 +0000 (-0500) Subject: Added --verbose flag to the macports script X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7ddefbbb8633ddede584e1e4218edcd754e11d2a;p=sipb-mirrors.git Added --verbose flag to the macports script Signed-off-by: Lizhou Sha --- diff --git a/fetch-scripts/macports b/fetch-scripts/macports index 76cbd6d..087e3e8 100644 --- a/fetch-scripts/macports +++ b/fetch-scripts/macports @@ -5,7 +5,7 @@ BASEDIR="$MIRRORDIR/macports" RSYNC_MODULES="packages distfiles release trunk" -RSYNC_ARGS="--compress --delete-delay --hard-links --links --no-motd --perms --recursive --stats --timeout=600 --times" +RSYNC_ARGS="--compress --delete-delay --hard-links --links --no-motd --perms --recursive --stats --verbose --timeout=600 --times" for RSYNC_MODULE in $RSYNC_MODULES; do RSYNC_URL="${RSYNCSOURCE}/${RSYNC_MODULE}"