More proper way of making rsync pipe down

This commit is contained in:
Jason A. Donenfeld
2015-08-19 13:35:58 +02:00
committed by hasufell
parent 6df3897ccd
commit 10a9c1d1d4

View File

@@ -9,7 +9,7 @@ overlay_list=(
)
ebegin "Syncing metadata cache for gentoo repository"
rsync -avPq rsync://rsync.gentoo.org/gentoo-portage/metadata/md5-cache/ "${PORTDIR}"/metadata/md5-cache/
rsync -aq rsync://rsync.gentoo.org/gentoo-portage/metadata/md5-cache/ "${PORTDIR}"/metadata/md5-cache/
egencache --jobs=$(nproc) --repo=gentoo --update --update-use-local-desc
eend $?