saving uncommitted changes in /etc prior to emerge run

このコミットが含まれているのは:
hasufell 2015-08-18 02:08:06 +02:00 committed by Hans Wurst
コミット 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 $?