From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1418922-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CA3E158094 for <garchives@archives.gentoo.org>; Sat, 16 Jul 2022 18:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE05E0F62; Sat, 16 Jul 2022 18:29:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22508E0F62 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 18:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14ED4340D8B for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 18:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CDD448 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jul 2022 18:29:09 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1657996145.2ca925941f5169b5acb05f976269cb8374aa0d86.sam@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: keyrings-export.bash X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ca925941f5169b5acb05f976269cb8374aa0d86 X-VCS-Branch: master Date: Sat, 16 Jul 2022 18:29:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b25158be-3b21-4873-8edc-9714f52046ec X-Archives-Hash: 8a43786454746a753aa1be47424f36a2 commit: 2ca925941f5169b5acb05f976269cb8374aa0d86 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 16 18:28:30 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 18:29:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2ca92594 keyrings-export.bash: fix infra-service-keys.gpg path Signed-off-by: Sam James <sam <AT> gentoo.org> keyrings-export.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyrings-export.bash b/keyrings-export.bash index 6b05d0d..0f36800 100755 --- a/keyrings-export.bash +++ b/keyrings-export.bash @@ -21,7 +21,7 @@ export -a INFRA_SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" "${IN export_keys "${OUTPUT_DIR}"/keys/service-keys.gpg \ "${SYSTEM_KEYS[@]}" -export_keys "${OUTPUT_DIR}"/infra-service-keys.gpg \ +export_keys "${OUTPUT_DIR}"/keys/infra-service-keys.gpg \ "${INFRA_SYSTEM_KEYS[@]}" export_keys "${OUTPUT_DIR}"/keys/committing-devs.gpg \