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: Sat, 04 May 2019 19:24:49
Message-Id: 1556997805.642e96284507ac3a2964bb69123dad54cbde0dfd.robbat2@gentoo
1 commit: 642e96284507ac3a2964bb69123dad54cbde0dfd
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 19:23:25 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 19:23:25 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=642e9628
7
8 keyrings: export filename should not be passed as a key!
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 keyrings.inc.bash | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/keyrings.inc.bash b/keyrings.inc.bash
16 index bf4e4fe..54f0e8c 100644
17 --- a/keyrings.inc.bash
18 +++ b/keyrings.inc.bash
19 @@ -75,6 +75,7 @@ setup_tmp() {
20
21 export_keys() {
22 DST="$1"
23 + shift
24 setup_tmp
25 TMP="${GPG_TMPDIR}"/$(basename "${DST}")
26 # Must not exist, otherwise GPG will give error