切腹のイラスト

::gentoo のGit mirrorを使う

{
  date: "",
}

n番煎じのネタ。 rsyncやwebrsyncは(ミラーを変えても)遅い。

単刀直入,/etc/portage/repos.conf/gentoo.confを以下のようにする。

[DEFAULT]
main-repo = gentoo

[gentoo]
location = /var/db/repos/gentoo
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo.git
sync-git-verify-commit-signature = yes

ほんでもって同期。

doas rm -r /var/db/repos/gentoo
doas emerge --sync

以上

備考

sync-git-verify-commit-signatureは重要で,これが無いと毒入れ放題。