saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-18 02:08:06 +02:00 committed by Hans Wurst
부모 4607a0b3fb
커밋 f82b9735c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -9,7 +9,7 @@ overlay_list=(
) )
ebegin "Syncing metadata cache for gentoo repository" 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 egencache --jobs=$(nproc) --repo=gentoo --update --update-use-local-desc
eend $? eend $?