V8.13.296.2025.10.29

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-29 17:46:47 +01:00
parent 5985cb4a83
commit 6a61043163
6 changed files with 36 additions and 14 deletions

View File

@@ -87,8 +87,12 @@ for CHECKSUM in ${LB_CHECKSUMS}; do
\! -path './*SUMS' \
\! -path './*sum.txt' \
\! -path './*sum.README' \
\! -path './*asc' \
\! -path './*gpg' \
\! -path './*sig' \
-print0 | LC_ALL=C sort -z | xargs -0 "${CHECKSUM}sum" >| "${CHECKSUMS}"
### sha256sum.txt
Echo_message "Begin creating GPG armor signature ${CHECKSUMS} ..."
gpg --batch --yes --local-user "${LB_GPG_SIGN_KEY}" --armor --detach-sign --output "${CHECKSUMS}.asc" "${CHECKSUMS}"