LoginSignup
0
0

More than 5 years have passed since last update.

gentoo で portage tree の sync に git を使う

Last updated at Posted at 2015-02-06

注意

下記手順は行儀がよろしくないので、 @wjn さんの記事を参考にすることをおすすめします。


https://github.com/gentoo/gentoo-portage-rsync-mirror に書いてある

手順

  1. portage-9999 にする (2.2.16 以上の必要がある)

    sudo emerge '=sys-apps/portage-9999'
    
  2. repos.conf を変更する

    sudo $EDITOR /etc/portage/repos.conf
    
    # repos.conf
    [gentoo]
    location = /usr/portage
    sync-type = git
    sync-uri = https://github.com/gentoo/gentoo-portage-rsync-mirror
    auto-sync = true
    
  3. /usr/portage を git 管理にする

    sudo rm -rf /usr/portage
    sudo eix-sync
    
0
0
1

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