V8.13.064.2025.10.07
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m43s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-07 17:10:37 +01:00
parent 306d08ff87
commit f8d84b3585
3 changed files with 13 additions and 13 deletions

View File

@@ -10,6 +10,6 @@
# SPDX-Security-Contact: security@coresecret.eu # SPDX-Security-Contact: security@coresecret.eu
build: build:
counter: 1023 counter: 1024
version: V8.13.064.2025.10.07 version: V8.13.064.2025.10.07
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml

View File

@@ -179,16 +179,16 @@ jobs:
export CISS_PRIMORDIAL_PUB="${CISS_PRIMORDIAL_PUB//$'\r'/}" export CISS_PRIMORDIAL_PUB="${CISS_PRIMORDIAL_PUB//$'\r'/}"
( (
cat << EOF >| "${ID_OUT}" cat << EOF >| "${ID_OUT}"
${CISS_PRIMORDIAL} ${CISS_PRIMORDIAL}
EOF EOF
) && chmod 0600 "${ID_OUT}" ) && chmod 0600 "${ID_OUT}"
echo "Written: ${ID_OUT}" echo "Written: ${ID_OUT}"
( (
cat << EOF >| "${ID_OUT_PUB}" cat << EOF >| "${ID_OUT_PUB}"
${CISS_PRIMORDIAL_PUB} ${CISS_PRIMORDIAL_PUB}
EOF EOF
) && chmod 0600 "${ID_OUT_PUB}" ) && chmod 0600 "${ID_OUT_PUB}"
echo "Written: ${ID_OUT_PUB}" echo "Written: ${ID_OUT_PUB}"

View File

@@ -179,16 +179,16 @@ jobs:
export CISS_PRIMORDIAL_PUB="${CISS_PRIMORDIAL_PUB//$'\r'/}" export CISS_PRIMORDIAL_PUB="${CISS_PRIMORDIAL_PUB//$'\r'/}"
( (
cat << EOF >| "${ID_OUT}" cat << EOF >| "${ID_OUT}"
${CISS_PRIMORDIAL} ${CISS_PRIMORDIAL}
EOF EOF
) && chmod 0600 "${ID_OUT}" ) && chmod 0600 "${ID_OUT}"
echo "Written: ${ID_OUT}" echo "Written: ${ID_OUT}"
( (
cat << EOF >| "${ID_OUT_PUB}" cat << EOF >| "${ID_OUT_PUB}"
${CISS_PRIMORDIAL_PUB} ${CISS_PRIMORDIAL_PUB}
EOF EOF
) && chmod 0600 "${ID_OUT_PUB}" ) && chmod 0600 "${ID_OUT_PUB}"
echo "Written: ${ID_OUT_PUB}" echo "Written: ${ID_OUT_PUB}"