From 9f9a1495dd54589613a144ef89a018b6195a1226 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 12 Feb 2021 00:28:06 -0600 Subject: wip --- portage-change-rsync-to-git-repos.diff | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 portage-change-rsync-to-git-repos.diff (limited to 'portage-change-rsync-to-git-repos.diff') diff --git a/portage-change-rsync-to-git-repos.diff b/portage-change-rsync-to-git-repos.diff new file mode 100644 index 0000000..bd6a8ea --- /dev/null +++ b/portage-change-rsync-to-git-repos.diff @@ -0,0 +1,23 @@ +--- /etc/portage/repos.conf/gentoo.conf 2021-02-11 20:25:13.857112972 -0600 ++++ /etc/portage/repos.conf/gentoo.conf 2020-08-17 11:18:01.000000000 -0500 +@@ -3,12 +3,15 @@ + + [gentoo] + location = /var/db/repos/gentoo +-sync-type = rsync +-sync-uri = rsync://rsync.gentoo.org/gentoo-portage ++#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 = 24 ++sync-depth = 1 ++sync-type = git ++sync-uri = https://github.com/gentoo-mirror/gentoo.git ++#sync-rsync-verify-jobs = 1 ++#sync-rsync-verify-metamanifest = yes ++#sync-rsync-verify-max-age = 24 + 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 -- cgit v1.2.3