From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C3EE138334 for ; Sat, 4 May 2019 19:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D7EE08A5; Sat, 4 May 2019 19:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67DF3E08A4 for ; Sat, 4 May 2019 19:24:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E95234357A for ; Sat, 4 May 2019 19:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E16545BD for ; Sat, 4 May 2019 19:24:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1556997805.642e96284507ac3a2964bb69123dad54cbde0dfd.robbat2@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: keyrings.inc.bash X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 642e96284507ac3a2964bb69123dad54cbde0dfd X-VCS-Branch: master Date: Sat, 4 May 2019 19:24:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e786a4f5-7c4e-4e34-ab8b-d86ad4932a27 X-Archives-Hash: 6fe224e1199f06e1bf16002a0c2573f6 commit: 642e96284507ac3a2964bb69123dad54cbde0dfd Author: Robin H. Johnson gentoo org> AuthorDate: Sat May 4 19:23:25 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat May 4 19:23:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=642e9628 keyrings: export filename should not be passed as a key! Signed-off-by: Robin H. Johnson gentoo.org> keyrings.inc.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/keyrings.inc.bash b/keyrings.inc.bash index bf4e4fe..54f0e8c 100644 --- a/keyrings.inc.bash +++ b/keyrings.inc.bash @@ -75,6 +75,7 @@ setup_tmp() { export_keys() { DST="$1" + shift setup_tmp TMP="${GPG_TMPDIR}"/$(basename "${DST}") # Must not exist, otherwise GPG will give error