diff --git a/.gitea/trigger/t_generate_PRIVATE_trixie.yaml b/.gitea/trigger/t_generate_PRIVATE_trixie.yaml index b192b23..403d0b4 100644 --- a/.gitea/trigger/t_generate_PRIVATE_trixie.yaml +++ b/.gitea/trigger/t_generate_PRIVATE_trixie.yaml @@ -10,6 +10,6 @@ # SPDX-Security-Contact: security@coresecret.eu build: - counter: 1023 + counter: 1024 version: V8.13.008.2025.08.22 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/workflows/generate_PRIVATE_trixie.yaml b/.gitea/workflows/generate_PRIVATE_trixie.yaml index 902dd56..7b0e344 100644 --- a/.gitea/workflows/generate_PRIVATE_trixie.yaml +++ b/.gitea/workflows/generate_PRIVATE_trixie.yaml @@ -32,7 +32,6 @@ jobs: name: 🔐 Generating a Private Live ISO TRIXIE. runs-on: cdlb.trixie - ### Run all steps inside Debian Trixie container: image: debian:trixie @@ -53,22 +52,6 @@ jobs: sudo \ util-linux - - name: ⚙️ Space guards (LB_PARENTDIR) - env: - LB_PARENTDIR: /work - run: | - set -euo pipefail - need_mb=16384 - for p in "${LB_PARENTDIR:?}"; do - mkdir -p "$p" - avail_mb=$(df -Pm "$p" | awk 'NR==2{print $4}') - printf "[\e[92mINFO\e[0m] Free space at: [%s] - [%s] MiB available > [%s] MiB needed. \n" "${p}" "${avail_mb}" "${need_mb}" - if (( avail_mb < need_mb )); then - printf "[\e[91mERROR\e[0m] Not enough free space at: [%s] - [%s] MiB available < [%s] MiB needed. \n" "${p}" "${avail_mb}" "${need_mb}" - exit 1 - fi - done - - name: ⚙️ Check GnuPG Version. run: | gpg --version @@ -145,14 +128,8 @@ jobs: echo "${{ secrets.CISS_DLB_ROOT_SSH_PUBKEY }}" >| /opt/config/authorized_keys - name: 🛠️ Starting CISS.debian.live.builder. This may take a while ... - env: - LB_PARENTDIR: /work - LB_CACHE_DIR: /work/.cache - TMPDIR: /work/tmp - XDG_CACHE_HOME: /work/.cache run: | set -euo pipefail - mkdir -p "${LB_PARENTDIR}" "${LB_CACHE_DIR}" "${TMPDIR}" chmod 0755 ciss_live_builder.sh timestamp=$(date -u +"%Y_%m_%dT%H_%M_%SZ") ### Change "--autobuild=" to the specific kernel version you need: '6.12.41+deb13-amd64'.