commit: a77e2e15e088bee783cb6288f23856fef020a91a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 23 16:40:13 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 11 07:48:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a77e2e15
repos.conf: Use openpgp-keys-* as key provider for gemato Switch the key provider from unmaintained app-crypt/gentoo-keys to app-crypt/openpgp-keys-gentoo-release. The latter has the advantage of supplying current, working keys in the more portable OpenPGP format (rather than GnuPG binary keyring). Reviewed-by: Zac Medico <zmedico <AT> gentoo.org> cnf/repos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/repos.conf b/cnf/repos.conf index 987be6462..352073cfd 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -9,7 +9,7 @@ auto-sync = yes sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes sync-rsync-verify-max-age = 24 -sync-openpgp-key-path = /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc sync-openpgp-key-refresh-retry-count = 40 sync-openpgp-key-refresh-retry-overall-timeout = 1200 sync-openpgp-key-refresh-retry-delay-exp-base = 2
