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 CC592158094 for ; Mon, 11 Jul 2022 00:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E800DE0B05; Mon, 11 Jul 2022 00:58:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BEEB6E0B05 for ; Mon, 11 Jul 2022 00:58:50 +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 75C7A33BDCC for ; Mon, 11 Jul 2022 00:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF0A6391 for ; Mon, 11 Jul 2022 00:58:47 +0000 (UTC) From: "Sam James" 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" Message-ID: <1657501118.915cc80e0bc0246a852613d3b07bde7dc9242cae.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: 915cc80e0bc0246a852613d3b07bde7dc9242cae X-VCS-Branch: master Date: Mon, 11 Jul 2022 00:58:47 +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: 3c23ab56-6206-4c62-9468-c33cb49cae68 X-Archives-Hash: d26a4deb1e7003469fa1617fb4da2179 commit: 915cc80e0bc0246a852613d3b07bde7dc9242cae Author: Sam James gentoo org> AuthorDate: Mon Jul 11 00:58:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 11 00:58:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=915cc80e keyrings-export.bash: run snapshot part weekly Signed-off-by: Sam James gentoo.org> keyrings-export.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyrings-export.bash b/keyrings-export.bash index c9d4715..eea3f20 100755 --- a/keyrings-export.bash +++ b/keyrings-export.bash @@ -42,7 +42,7 @@ export_keys "${OUTPUT_DIR}"/all-devs.gpg \ "${RETIRED_DEVS[@]}" for key in service-keys committing-devs active-devs infra-devs retired-devs all-devs ; do - timestamp=$(date +%Y%m%d) + timestamp=$(date -u +%Y%m%d -d "next monday") # Don't clobber existing timestamped keys for this period (weekly) # if we're running several times a day.