Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: cnf/
Date: Fri, 11 May 2018 07:48:58
Message-Id: 1526024900.a77e2e15e088bee783cb6288f23856fef020a91a.mgorny@gentoo
1 commit: a77e2e15e088bee783cb6288f23856fef020a91a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 16:40:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 07:48:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a77e2e15
7
8 repos.conf: Use openpgp-keys-* as key provider for gemato
9
10 Switch the key provider from unmaintained app-crypt/gentoo-keys
11 to app-crypt/openpgp-keys-gentoo-release. The latter has the advantage
12 of supplying current, working keys in the more portable OpenPGP format
13 (rather than GnuPG binary keyring).
14
15 Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>
16
17 cnf/repos.conf | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/cnf/repos.conf b/cnf/repos.conf
21 index 987be6462..352073cfd 100644
22 --- a/cnf/repos.conf
23 +++ b/cnf/repos.conf
24 @@ -9,7 +9,7 @@ auto-sync = yes
25 sync-rsync-verify-jobs = 1
26 sync-rsync-verify-metamanifest = yes
27 sync-rsync-verify-max-age = 24
28 -sync-openpgp-key-path = /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg
29 +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
30 sync-openpgp-key-refresh-retry-count = 40
31 sync-openpgp-key-refresh-retry-overall-timeout = 1200
32 sync-openpgp-key-refresh-retry-delay-exp-base = 2