saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-18 02:08:06 +02:00 提交者 Hans Wurst
父節點 4607a0b3fb
當前提交 f82b9735c6
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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 $?