commit: 34dc0a6bfcc006a5c1d9d9fa7111fdb30d5a8ef4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 01:08:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 01:08:47 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=34dc0a6b
keyrings-exports.bash: "next monday" -> "monday"
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 6e4ade9..a890daf 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 -u +%Y%m%d -d "next monday")
+ timestamp=$(date -u +%Y%m%d -d "monday")
# Don't clobber existing timestamped keys for this period (weekly)
# if we're running several times a day.