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 AC562138335 for ; Sun, 5 May 2019 05:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29405E0844; Sun, 5 May 2019 05:20:22 +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 E0D94E0844 for ; Sun, 5 May 2019 05:20:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C4D13435F8 for ; Sun, 5 May 2019 05:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066415D0 for ; Sun, 5 May 2019 05:20:15 +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: <1557033608.b08c54c638735f529bc614d7ad750e028308c1b9.robbat2@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: keyrings-export.bash keyrings-recv-keys.gentoo.org.bash keyrings-recv-sks.bash keyrings-send-keys.gentoo.org.bash X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: b08c54c638735f529bc614d7ad750e028308c1b9 X-VCS-Branch: master Date: Sun, 5 May 2019 05:20:15 +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: bc6ea3da-4a71-4561-b49a-a673ea9753cd X-Archives-Hash: a14bc28b03707c5b3aae225a6d749f9f commit: b08c54c638735f529bc614d7ad750e028308c1b9 Author: Robin H. Johnson gentoo org> AuthorDate: Sun May 5 05:20:08 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun May 5 05:20:08 2019 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=b08c54c6 keyrings: extra cleanup is good Signed-off-by: Robin H. Johnson gentoo.org> keyrings-export.bash | 2 ++ keyrings-recv-keys.gentoo.org.bash | 2 ++ keyrings-recv-sks.bash | 2 ++ keyrings-send-keys.gentoo.org.bash | 2 ++ 4 files changed, 8 insertions(+) diff --git a/keyrings-export.bash b/keyrings-export.bash index 143cda2..5b6dc17 100755 --- a/keyrings-export.bash +++ b/keyrings-export.bash @@ -36,3 +36,5 @@ export_keys "${OUTPUT_DIR}"/all-devs.gpg \ "${COMMITTING_DEVS[@]}" \ "${NONCOMMITTING_DEVS[@]}" \ "${RETIRED_DEVS[@]}" + +clean_tmp diff --git a/keyrings-recv-keys.gentoo.org.bash b/keyrings-recv-keys.gentoo.org.bash index 916fe54..6f3ac0e 100755 --- a/keyrings-recv-keys.gentoo.org.bash +++ b/keyrings-recv-keys.gentoo.org.bash @@ -25,3 +25,5 @@ grab_keys "${NONCOMMITTING_DEVS[@]}" # -- and are unlikely to turn up now # -- this needs to fetch from some archive instead #grab_keys "${RETIRED_DEVS[@]}" + +clean_tmp diff --git a/keyrings-recv-sks.bash b/keyrings-recv-sks.bash index 4e613b8..65607d6 100755 --- a/keyrings-recv-sks.bash +++ b/keyrings-recv-sks.bash @@ -25,3 +25,5 @@ grab_keys "${NONCOMMITTING_DEVS[@]}" # -- and are unlikely to turn up now # -- this needs to fetch from some archive instead #grab_keys "${RETIRED_DEVS[@]}" + +clean_tmp diff --git a/keyrings-send-keys.gentoo.org.bash b/keyrings-send-keys.gentoo.org.bash index ae67acf..1691867 100755 --- a/keyrings-send-keys.gentoo.org.bash +++ b/keyrings-send-keys.gentoo.org.bash @@ -20,3 +20,5 @@ push_keys "${SYSTEM_KEYS[@]}" push_keys "${COMMITTING_DEVS[@]}" push_keys "${NONCOMMITTING_DEVS[@]}" push_keys "${RETIRED_DEVS[@]}" + +clean_tmp