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.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 6D95B158094 for ; Sat, 16 Jul 2022 18:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B15ADE0F62; Sat, 16 Jul 2022 18:25:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9505CE0F62 for ; Sat, 16 Jul 2022 18:25:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8A9E340D00 for ; Sat, 16 Jul 2022 18:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34F6E448 for ; Sat, 16 Jul 2022 18:25:49 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1657995927.b2e2cb0fbc3d90307b161b8396b9066a8210e53d.ajak@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: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: b2e2cb0fbc3d90307b161b8396b9066a8210e53d X-VCS-Branch: master Date: Sat, 16 Jul 2022 18:25:49 +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: d6816f3b-5f27-48e9-87a1-9561d8bc274b X-Archives-Hash: 76e3d6d1d666f0ff98e0d98632bd9b18 commit: b2e2cb0fbc3d90307b161b8396b9066a8210e53d Author: John Helmert III gentoo org> AuthorDate: Sat Jul 16 18:25:27 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Sat Jul 16 18:25:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b2e2cb0f keyrings-export: don't grab_keys Signed-off-by: John Helmert III gentoo.org> keyrings-export.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/keyrings-export.bash b/keyrings-export.bash index 3eaf312..6b05d0d 100755 --- a/keyrings-export.bash +++ b/keyrings-export.bash @@ -21,7 +21,6 @@ export -a INFRA_SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" "${IN export_keys "${OUTPUT_DIR}"/keys/service-keys.gpg \ "${SYSTEM_KEYS[@]}" -grab_keys "${INFRA_SYSTEM_KEYS[@]}" export_keys "${OUTPUT_DIR}"/infra-service-keys.gpg \ "${INFRA_SYSTEM_KEYS[@]}"