🐧
GentooのPortageのアップデートをrsyncからgitにした
TL;DR
- 必要なパッケージを入れる
emerge --ask app-eselect/eselect-repository dev-vcs/git
- 元あった設定をクリア
eselect repository remove -f gentoo
- rsync -> git
eselect repository add gentoo git https://github.com/gentoo-mirror/gentoo.git
3.5. もし、途中で引っかかったら、
rm -r /var/db/repos/gentoo
- 更新
emaint sync -r gentoo
Discussion