V8.13.384.2025.11.06
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Successful in 1m9s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 1m0s
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Successful in 1m9s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 1m0s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -13,6 +13,15 @@
|
||||
#######################################
|
||||
# Version file generator for '/root/cdlb.txt' of Live ISO.
|
||||
# Globals:
|
||||
# BASH_SOURCE
|
||||
# SOURCE_DATE_EPOCH
|
||||
# VAR_BASH_VER
|
||||
# VAR_DATE_INFO
|
||||
# VAR_DS_VER
|
||||
# VAR_GIT_REL
|
||||
# VAR_HANDLER_BUILD_DIR
|
||||
# VAR_HOST
|
||||
# VAR_LB_VER
|
||||
# VAR_VERSION
|
||||
# Arguments:
|
||||
# None
|
||||
@@ -31,6 +40,7 @@ note_target() {
|
||||
|
||||
Version : ${VAR_VERSION}
|
||||
Git : ${VAR_GIT_REL}
|
||||
Epoch : ${SOURCE_DATE_EPOCH}
|
||||
Date : ${VAR_DATE_INFO}
|
||||
Host : ${VAR_HOST}
|
||||
Bash : ${VAR_BASH_VER}
|
||||
@@ -63,6 +73,7 @@ export CDLB_CR_HOST="${VAR_HOST}"
|
||||
export CDLB_BASHVER="${VAR_BASH_VER}"
|
||||
export CDLB_DS_VER="${VAR_DS_VER}"
|
||||
export CDLB_LB_VER="${VAR_LB_VER}"
|
||||
export CDLB_SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}"
|
||||
EOF
|
||||
chmod 0444 "${VAR_HANDLER_BUILD_DIR}/config/includes.chroot/root/ciss-debian-live-builder.env"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user