V8.13.296.2025.10.29
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user