Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Sun, 14 Apr 2019 06:29:35
Message-Id: 1555223363.54a4f06176b0ca1fee7ac81105ef82955e613528.robbat2@gentoo
1 commit: 54a4f06176b0ca1fee7ac81105ef82955e613528
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 06:29:23 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 06:29:23 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=54a4f061
7
8 create-dev-keyrings: use hkps://keys.gentoo.org/ for security
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 create-dev-keyrings.bash | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash
16 index 2f68985..1a9fd76 100755
17 --- a/create-dev-keyrings.bash
18 +++ b/create-dev-keyrings.bash
19 @@ -9,8 +9,7 @@ COMMIT_RULE='(&(gentooAccess=git.gentoo.org/repo/gentoo.git)(gentooStatus=active
20 NONCOMMIT_RULE='(&(!(gentooAccess=git.gentoo.org/repo/gentoo.git))(gentooStatus=active))'
21 RETIRED_RULE='(!(gentooStatus=active))'
22
23 -# this needs to move to HKPS as well, but that part is not yet deployed.
24 -KS_GENTOO=hkp://keys.gentoo.org/
25 +KS_GENTOO=hkps://keys.gentoo.org/
26 KS_SKS=hkps://hkps.pool.sks-keyservers.net/
27
28 GPG_TMPDIR=$(mktemp -d)