From 8a57cf2f7a1f83083dec391a2c157f552c0725a7 Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 24 May 2015 08:06:42 +0100 Subject: abslibre: pass '--quiet' to rsync --- abslibre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abslibre b/abslibre index 0b3e371..78ec81e 100755 --- a/abslibre +++ b/abslibre @@ -5,7 +5,7 @@ ABSGIT=/srv/git/repositories/abslibre.git # Remote # ABSGIT=http://projects.parabolagnulinux.org/abslibre.git BLACKLIST='https://projects.parabolagnulinux.org/blacklist.git/plain/blacklist.txt' -SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g' +SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g --quiet' BLFILE=/tmp/blacklist.txt # Variables from abs.conf @@ -60,7 +60,7 @@ function sync_abs_libre() { ${ABSROOT} \ ${ABSLIBRE} \ && - for ARCH in i686 x86_64; do rsync -v -mrtq --no-motd --no-p --no-o --no-g --exclude=.git/ /var/tmp/abslibre/ ${ABSLIBRE}/${ARCH}/; done) || { + for ARCH in i686 x86_64; do rsync -v -mrtq --no-motd --no-p --no-o --no-g --quiet --exclude=.git/ /var/tmp/abslibre/ ${ABSLIBRE}/${ARCH}/; done) || { printf "[FAILED]\n" return 1 } -- cgit v1.2.3