mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 13:04:18 +02:00
Increase minimum gpg validity.
This commit is contained in:
parent
aeaee788f5
commit
9528734861
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue