Switch Gentoo repository from rsync to Git.

This commit is contained in:
inference 2023-01-12 20:46:51 +00:00
parent 63ad27072d
commit ba60a3b6de
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
# Copyright 2022-2023 Inference
# 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!
@ -12,9 +12,14 @@
# Gentoo
[gentoo]
location = /var/db/repos/gentoo/
sync-type = rsync
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/
sync-rsync-verify-commit-signature = yes
sync-type = git
sync-uri = https://github.com/gentoo-mirror/gentoo.git
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]