]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
Added --verbose flag to the macports script
authorLizhou Sha <slz@mit.edu>
Wed, 2 Mar 2016 06:51:10 +0000 (01:51 -0500)
committerLizhou Sha <slz@mit.edu>
Wed, 2 Mar 2016 06:51:10 +0000 (01:51 -0500)
Signed-off-by: Lizhou Sha <slz@mit.edu>
fetch-scripts/macports

index 76cbd6d15234d730979f9d591110ccf4652b25f6..087e3e85fbe96c83eef2778f04a41b38a32980c1 100644 (file)
@@ -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}"