aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-23 17:40:13 +0100
committerMichał Górny <mgorny@gentoo.org>2018-05-11 09:48:20 +0200
commita77e2e15e088bee783cb6288f23856fef020a91a (patch)
tree82be69d0dce4580f2858cebca4db1409da9b4112
parentDefaultEventLoopPolicy: test NotImplementedError due to recursion (diff)
downloadportage-a77e2e15.tar.gz
portage-a77e2e15.tar.bz2
portage-a77e2e15.zip
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@gentoo.org>
-rw-r--r--cnf/repos.conf2
1 files changed, 1 insertions, 1 deletions
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