Switch Gentoo repository from rsync to Git.
This commit is contained in:
parent
63ad27072d
commit
ba60a3b6de
@ -3,7 +3,7 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 4.1.1.11
|
# Version: 5.0.0.12
|
||||||
|
|
||||||
|
|
||||||
# ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT!
|
# ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT!
|
||||||
@ -12,9 +12,14 @@
|
|||||||
# Gentoo
|
# Gentoo
|
||||||
[gentoo]
|
[gentoo]
|
||||||
location = /var/db/repos/gentoo/
|
location = /var/db/repos/gentoo/
|
||||||
sync-type = rsync
|
sync-type = git
|
||||||
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/
|
sync-uri = https://github.com/gentoo-mirror/gentoo.git
|
||||||
sync-rsync-verify-commit-signature = yes
|
sync-git-verify-commit-signature = yes
|
||||||
|
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
|
||||||
|
sync-openpgp-key-refresh = true
|
||||||
|
sync-openpgp-key-server = hkps://keys.gentoo.org
|
||||||
|
strict-misc-digests = true
|
||||||
|
sync-allow-hardlinks = true
|
||||||
|
|
||||||
# Local
|
# Local
|
||||||
[local]
|
[local]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user