Skip to content

Commit ea5cedf

Browse files
committed
add gentoo.conf
1 parent 63f75b1 commit ea5cedf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Linux/gentoo.conf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[DEFAULT]
2+
main-repo = gentoo
3+
4+
[gentoo]
5+
location = /var/db/repos/gentoo
6+
sync-type = git
7+
sync-uri = https://github.com/gentoo-mirror/gentoo.git
8+
auto-sync = yes
9+
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
10+
sync-openpgp-keyserver = hkps://keys.gentoo.org
11+
sync-openpgp-key-refresh-retry-count = 40
12+
sync-openpgp-key-refresh-retry-overall-timeout = 1200
13+
sync-openpgp-key-refresh-retry-delay-exp-base = 2
14+
sync-openpgp-key-refresh-retry-delay-max = 60
15+
sync-openpgp-key-refresh-retry-delay-mult = 4
16+
sync-webrsync-verify-signature = yes
17+
18+
[guru]
19+
location = /var/db/repos/guru
20+
sync-type = git
21+
sync-uri = https://github.com/gentoo-mirror/guru.git
22+
23+
[qaidvoid]
24+
location = /var/db/repos/qaidvoid
25+
sync-type = git
26+
sync-uri = https://github.com/QaidVoid/gentoo-x.git

0 commit comments

Comments
 (0)