More proper way of making rsync pipe down
This commit is contained in:
parent
6df3897ccd
commit
10a9c1d1d4
@ -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 $?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user