From 14b2d944ca56fc630e98ba542f7d4a23bfb689ed Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Dec 2025 00:33:14 +0000 Subject: [PATCH] fix CI --- .docker/etc/portage/repos.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.docker/etc/portage/repos.conf b/.docker/etc/portage/repos.conf index f644d78..2a3343a 100644 --- a/.docker/etc/portage/repos.conf +++ b/.docker/etc/portage/repos.conf @@ -3,10 +3,12 @@ main-repo = gentoo [gentoo] location = /var/db/repos/gentoo -sync-type = git -sync-uri = https://github.com/gentoo-mirror/gentoo -sync-git-verify-commit-signature = yes +sync-type = rsync +sync-uri = rsync://rsync.gentoo.org/gentoo-portage auto-sync = yes +sync-rsync-verify-jobs = 1 +sync-rsync-verify-metamanifest = yes +sync-rsync-verify-max-age = 3 sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc sync-openpgp-keyserver = hkps://keys.gentoo.org sync-openpgp-key-refresh-retry-count = 40 @@ -15,10 +17,10 @@ sync-openpgp-key-refresh-retry-delay-exp-base = 2 sync-openpgp-key-refresh-retry-delay-max = 60 sync-openpgp-key-refresh-retry-delay-mult = 4 sync-webrsync-verify-signature = yes -priority = 0 +sync-git-verify-commit-signature = true [spawns] location = /var/db/repos/spawns sync-type = git sync-uri = https://jturnerusa.dev/cgit/ebuilds -auto-sync = yes \ No newline at end of file +auto-sync = no \ No newline at end of file