From f82b9735c63aefc381a0a9dd4a4a57d2a35d6da3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 18 Aug 2015 02:08:06 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/hooks/sync_all_post/sync_cache.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paludis/hooks/sync_all_post/sync_cache.bash b/paludis/hooks/sync_all_post/sync_cache.bash index f691e9d..05db12e 100644 --- a/paludis/hooks/sync_all_post/sync_cache.bash +++ b/paludis/hooks/sync_all_post/sync_cache.bash @@ -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 -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 $?