summaryrefslogtreecommitdiffstats
path: root/gentoox-patches/portage-change-rsync-to-git-repos.diff
blob: bd6a8eabe8f49cfd008d59dd2689d68b0bf217dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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