From 9528734861c68fd3b6cbc59d8d1031dabc2bb01f Mon Sep 17 00:00:00 2001 From: project-repo Date: Wed, 3 Jan 2024 17:57:35 +0100 Subject: [PATCH] Increase minimum gpg validity. --- test/gpg-validity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gpg-validity b/test/gpg-validity index b20e16d..5fc8fb3 100644 --- a/test/gpg-validity +++ b/test/gpg-validity @@ -7,7 +7,7 @@ RESULT=0 # shellcheck disable=2164 cd "${MESONCURRENTCONFIGDIR}/keys" stoday=$(date +%s) -signingmargin=90 +signingmargin=120 # shellcheck disable=2046 skey13exptime=$(date --date=$(gpg --show-keys cagebreak_signing_key_13\@project-repo.co.pub | tail -2 | head -1 | cut -d " " -f 8 | rev | cut -c2- | rev) '+%s')