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