Make rsync less verbose

This commit is contained in:
hasufell 2015-08-17 17:14:31 +02:00
parent e74e35312f
commit fac4559d9a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ source /etc/init.d/functions.sh
source /etc/portage/util-functions.sh
ebegin "Syncing metadata cache"
rsync -avP rsync://rsync.gentoo.org/gentoo-portage/metadata/md5-cache/ "${PORTDIR}"/metadata/md5-cache/
rsync -avPq rsync://rsync.gentoo.org/gentoo-portage/metadata/md5-cache/ "${PORTDIR}"/metadata/md5-cache/
egencache --jobs=$(nproc) --repo=gentoo --update --update-use-local-desc
eend $?