Gentoo Archives: gentoo-portage-dev

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

Replies