0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GentooのPortageのアップデートをrsyncからgitにした

0
Posted at

TL;DR

  1. 必要なパッケージを入れる
emerge --ask app-eselect/eselect-repository dev-vcs/git
  1. 元あった設定をクリア
eselect repository remove -f gentoo
  1. rsync -> git
eselect repository add gentoo git https://github.com/gentoo-mirror/gentoo.git

3.5. もし、途中で引っかかったら、

rm -r /var/db/repos/gentoo
  1. 更新
emaint sync -r gentoo

Ref

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?