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 AB39F138334 for ; Mon, 12 Nov 2018 22:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4871E0B13; Mon, 12 Nov 2018 22:31:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8BDEBE0B13 for ; Mon, 12 Nov 2018 22:31:28 +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 281B3335D0C for ; Mon, 12 Nov 2018 22:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F4CE3CF for ; Mon, 12 Nov 2018 22:31:25 +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: <1542061875.bd3d2f8b4ca4db18b5b54b5c280ca787366ba85b.robbat2@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: create-dev-keyrings.bash X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: bd3d2f8b4ca4db18b5b54b5c280ca787366ba85b X-VCS-Branch: master Date: Mon, 12 Nov 2018 22:31:25 +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-Archives-Salt: 92d0bb75-6c8a-4044-93a8-1a0061355126 X-Archives-Hash: 49145089e845f7c0dda55e8d7c37d815 commit: bd3d2f8b4ca4db18b5b54b5c280ca787366ba85b Author: Robin H. Johnson gentoo org> AuthorDate: Mon Nov 12 22:31:15 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Nov 12 22:31:15 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=bd3d2f8b create-dev-keyrings: service-keys not underscored Signed-off-by: Robin H. Johnson gentoo.org> create-dev-keyrings.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dev-keyrings.bash b/create-dev-keyrings.bash index 2549817..309be45 100755 --- a/create-dev-keyrings.bash +++ b/create-dev-keyrings.bash @@ -76,7 +76,7 @@ RETIRED_DEVS=( $(grab_ldap_fingerprints -b "${DEV_BASE}" "${RETIRED_RULE}") ) SYSTEM_KEYS=( $(grab_ldap_fingerprints -b "${SYSTEM_BASE}" "${NONCOMMIT_RULE}") ) grab_keys "${SYSTEM_KEYS[@]}" -export_keys "${OUTPUT_DIR}"/service_keys.gpg \ +export_keys "${OUTPUT_DIR}"/service-keys.gpg \ "${SYSTEM_KEYS[@]}" grab_keys "${COMMITTING_DEVS[@]}"