diff options
author | Kyle K <kylek389@gmail.com> | 2021-02-12 00:28:06 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2021-02-12 00:28:06 -0600 |
commit | 9f9a1495dd54589613a144ef89a018b6195a1226 (patch) | |
tree | 22d07809501811de75f9043d3d0741dcfa6513c7 /portage-change-rsync-to-git-repos.diff | |
parent | da9d2169b35b1325002a2c5c53ec7987c67655d3 (diff) | |
download | gentoox-9f9a1495dd54589613a144ef89a018b6195a1226.tar.gz gentoox-9f9a1495dd54589613a144ef89a018b6195a1226.tar.bz2 gentoox-9f9a1495dd54589613a144ef89a018b6195a1226.zip |
wip
Diffstat (limited to 'portage-change-rsync-to-git-repos.diff')
-rw-r--r-- | portage-change-rsync-to-git-repos.diff | 23 |
1 files changed, 23 insertions, 0 deletions
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 |