commit: 54a4f06176b0ca1fee7ac81105ef82955e613528 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 06:29:23 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 06:29:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=54a4f061
create-dev-keyrings: use hkps://keys.gentoo.org/ for security Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> create-dev-keyrings.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash index 2f68985..1a9fd76 100755 --- a/create-dev-keyrings.bash +++ b/create-dev-keyrings.bash @@ -9,8 +9,7 @@ COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))' RETIRED_RULE='(!(gentooStatus=active))' -# this needs to move to HKPS as well, but that part is not yet deployed. -KS_GENTOO=hkp://keys.gentoo.org/ +KS_GENTOO=hkps://keys.gentoo.org/ KS_SKS=hkps://hkps.pool.sks-keyservers.net/ GPG_TMPDIR=$(mktemp -d)
