Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] repos.conf: Use openpgp-keys-* as key provider for gemato
Date: Thu, 10 May 2018 19:54:56
Message-Id: 2df590c3-39cb-31fe-9650-823e608e2efe@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] repos.conf: Use openpgp-keys-* as key provider for gemato by "Michał Górny"
1 On 05/10/2018 12:40 PM, Michał Górny wrote:
2 > Switch the key provider from unmaintained app-crypt/gentoo-keys
3 > to app-crypt/openpgp-keys-gentoo-release. The latter has the advantage
4 > of supplying current, working keys in the more portable OpenPGP format
5 > (rather than GnuPG binary keyring).
6 > ---
7 > cnf/repos.conf | 2 +-
8 > 1 file changed, 1 insertion(+), 1 deletion(-)
9 >
10 > diff --git a/cnf/repos.conf b/cnf/repos.conf
11 > index 987be6462..352073cfd 100644
12 > --- a/cnf/repos.conf
13 > +++ b/cnf/repos.conf
14 > @@ -9,7 +9,7 @@ auto-sync = yes
15 > sync-rsync-verify-jobs = 1
16 > sync-rsync-verify-metamanifest = yes
17 > sync-rsync-verify-max-age = 24
18 > -sync-openpgp-key-path = /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg
19 > +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
20 > sync-openpgp-key-refresh-retry-count = 40
21 > sync-openpgp-key-refresh-retry-overall-timeout = 1200
22 > sync-openpgp-key-refresh-retry-delay-exp-base = 2
23 >
24
25 Looks good, please merge.
26 --
27 Thanks,
28 Zac