Update copyright year range in preparation for 2023. Switch licensing system to SPDX license formatting. Switch gentoo repo from Git sync to rsync sync for more efficient partial download support.

This commit is contained in:
inference 2022-12-27 04:47:16 +00:00
parent d34574db63
commit d9999c0a4f

View File

@ -1,22 +1,21 @@
# Portage - repos.conf # Portage - repos.conf
# Copyright 2022 Inference # Copyright 2022-2023 Inference
# License: BSD 3-Clause Clear # SPDX-License-Identifier: BSD-3-Clause-Clear
# 2.0.0.5 # Version: 3.0.0.6
[gentoo] [gentoo]
location = /var/db/repos/gentoo location = /var/db/repos/gentoo/
sync-type = git sync-type = rsync
sync-uri = https://anongit.gentoo.org/git/repo/sync/gentoo.git sync-uri = rsync://rsync2.uk.gentoo.org/gentoo-portage/
sync-depth = 1 sync-rsync-verify-commit-signature = yes
sync-git-verify-commit-signature = yes
[local] [local]
location = /var/db/repos/local location = /var/db/repos/local/
[general] [general]
location = /var/db/repos/general location = /var/db/repos/general/
sync-type = git sync-type = git
sync-uri = https://git.inferencium.net/Inferencium/general.git sync-uri = https://git.inferencium.net/Inferencium/general.git