diff --git a/.gitea/trigger/t_generate_PRIVATE_iso_flavour_0.yaml b/.gitea/trigger/t_generate_PRIVATE_iso_flavour_0.yaml index 1f72e6e..7841ae1 100644 --- a/.gitea/trigger/t_generate_PRIVATE_iso_flavour_0.yaml +++ b/.gitea/trigger/t_generate_PRIVATE_iso_flavour_0.yaml @@ -11,5 +11,5 @@ build: counter: 1023 - version: V8.03.384.2025.06.03 + version: V8.03.400.2025.06.05 # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/workflows/generate_PRIVATE_iso_flavour_0.yaml b/.gitea/workflows/generate_PRIVATE_iso_flavour_0.yaml index 7398f5d..9daa8a9 100644 --- a/.gitea/workflows/generate_PRIVATE_iso_flavour_0.yaml +++ b/.gitea/workflows/generate_PRIVATE_iso_flavour_0.yaml @@ -35,17 +35,17 @@ jobs: steps: - name: đŸ› ī¸ Basic Image Setup and enable Bookworm Backports. run: | - apt-get update + apt-get update -y apt-get install -y apt-transport-https apt-utils bash ca-certificates openssl sudo echo 'deb https://deb.debian.org/debian bookworm-backports main' \ >| /etc/apt/sources.list.d/bookworm-backports.list - apt-get update - apt-get upgrade + apt-get update -y + apt-get upgrade -y - name: đŸ› ī¸ Installing Build Tools. shell: bash run: | - apt-get update + apt-get update -y apt-get install -y \ autoconf \ automake \ @@ -98,7 +98,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping download, package already exists: '${archive_name}'." + echo "💡 Skipping download, package already exists: '${archive_name}'." fi if [[ ! -d "${pkg_name}" ]]; then @@ -110,7 +110,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping directory, already exists: '${pkg_name}'." + echo "💡 Skipping directory, already exists: '${pkg_name}'." fi echo "đŸ—ī¸ Build and install the package: '${pkg_name}'." @@ -153,7 +153,7 @@ jobs: echo "❌ Moved NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist as build binary: '${bin}'." + echo "💡 Does not exist as build binary: '${bin}'." fi done @@ -166,7 +166,7 @@ jobs: echo "❌ 'update-alternatives' NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist: '/usr/local/bin/${name}'." + echo "💡 Does not exist: '/usr/local/bin/${name}'." fi done @@ -299,7 +299,7 @@ jobs: grep -oP '(?<=)[^<]+\.iso(?=)' propfind_public.xml >| public_iso_list.txt || true if [[ -f public_iso_list.txt && -s public_iso_list.txt ]]; then - echo "â„šī¸ Old ISO files found and deleted :" + echo "💡 Old ISO files found and deleted :" while IFS= read -r href; do FILE_URL="${NC_BASE}${href}" echo " Delete: ${FILE_URL}" @@ -312,7 +312,7 @@ jobs: fi done < public_iso_list.txt else - echo "â„šī¸ No old ISO files found to delete." + echo "💡 No old ISO files found to delete." fi - name: đŸ› ī¸ Upload the ISO file to the Centurion Cloud (cloud.e2ee.li) via WebDAV. diff --git a/.gitea/workflows/generate_PRIVATE_iso_flavour_1.yaml b/.gitea/workflows/generate_PRIVATE_iso_flavour_1.yaml index 4a5fb7f..925c7bc 100644 --- a/.gitea/workflows/generate_PRIVATE_iso_flavour_1.yaml +++ b/.gitea/workflows/generate_PRIVATE_iso_flavour_1.yaml @@ -21,7 +21,7 @@ on: branches: - master paths: - - '.gitea/trigger/.t_generate_PRIVATE_iso_flavour_1.yaml' + - '.gitea/trigger/t_generate_PRIVATE_iso_flavour_1.yaml' jobs: generate-private-ciss-debian-live-iso: @@ -35,17 +35,17 @@ jobs: steps: - name: đŸ› ī¸ Basic Image Setup and enable Bookworm Backports. run: | - apt-get update + apt-get update -y apt-get install -y apt-transport-https apt-utils bash ca-certificates openssl sudo echo 'deb https://deb.debian.org/debian bookworm-backports main' \ >| /etc/apt/sources.list.d/bookworm-backports.list - apt-get update - apt-get upgrade + apt-get update -y + apt-get upgrade -y - name: đŸ› ī¸ Installing Build Tools. shell: bash run: | - apt-get update + apt-get update -y apt-get install -y \ autoconf \ automake \ @@ -98,7 +98,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping download, package already exists: '${archive_name}'." + echo "💡 Skipping download, package already exists: '${archive_name}'." fi if [[ ! -d "${pkg_name}" ]]; then @@ -110,7 +110,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping directory, already exists: '${pkg_name}'." + echo "💡 Skipping directory, already exists: '${pkg_name}'." fi echo "đŸ—ī¸ Build and install the package: '${pkg_name}'." @@ -153,7 +153,7 @@ jobs: echo "❌ Moved NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist as build binary: '${bin}'." + echo "💡 Does not exist as build binary: '${bin}'." fi done @@ -166,7 +166,7 @@ jobs: echo "❌ 'update-alternatives' NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist: '/usr/local/bin/${name}'." + echo "💡 Does not exist: '/usr/local/bin/${name}'." fi done @@ -296,7 +296,7 @@ jobs: grep -oP '(?<=)[^<]+\.iso(?=)' propfind_public.xml >| public_iso_list.txt || true if [[ -f public_iso_list.txt && -s public_iso_list.txt ]]; then - echo "â„šī¸ Old ISO files found and deleted :" + echo "💡 Old ISO files found and deleted :" while IFS= read -r href; do FILE_URL="${NC_BASE}${href}" echo " Delete: ${FILE_URL}" @@ -309,7 +309,7 @@ jobs: fi done < public_iso_list.txt else - echo "â„šī¸ No old ISO files found to delete." + echo "💡 No old ISO files found to delete." fi - name: đŸ› ī¸ Upload the ISO file to the Centurion Cloud (cloud.e2ee.li) via WebDAV. diff --git a/.gitea/workflows/generate_PUBLIC_iso.yaml b/.gitea/workflows/generate_PUBLIC_iso.yaml index 8710074..f6f1d34 100644 --- a/.gitea/workflows/generate_PUBLIC_iso.yaml +++ b/.gitea/workflows/generate_PUBLIC_iso.yaml @@ -21,7 +21,7 @@ on: branches: - master paths: - - '.gitea/trigger/.t_generate_PUBLIC.yaml' + - '.gitea/trigger/t_generate_PUBLIC.yaml' jobs: generate-private-ciss-debian-live-iso: @@ -35,17 +35,17 @@ jobs: steps: - name: đŸ› ī¸ Basic Image Setup and enable Bookworm Backports. run: | - apt-get update + apt-get update -y apt-get install -y apt-transport-https apt-utils bash ca-certificates openssl sudo echo 'deb https://deb.debian.org/debian bookworm-backports main' \ >| /etc/apt/sources.list.d/bookworm-backports.list - apt-get update - apt-get upgrade + apt-get update -y + apt-get upgrade -y - name: đŸ› ī¸ Installing Build Tools. shell: bash run: | - apt-get update + apt-get update -y apt-get install -y \ autoconf \ automake \ @@ -98,7 +98,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping download, package already exists: '${archive_name}'." + echo "💡 Skipping download, package already exists: '${archive_name}'." fi if [[ ! -d "${pkg_name}" ]]; then @@ -110,7 +110,7 @@ jobs: exit 1 fi else - echo "â„šī¸ Skipping directory, already exists: '${pkg_name}'." + echo "💡 Skipping directory, already exists: '${pkg_name}'." fi echo "đŸ—ī¸ Build and install the package: '${pkg_name}'." @@ -153,7 +153,7 @@ jobs: echo "❌ Moved NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist as build binary: '${bin}'." + echo "💡 Does not exist as build binary: '${bin}'." fi done @@ -166,7 +166,7 @@ jobs: echo "❌ 'update-alternatives' NOT successfully: '${bin}'." fi else - echo "â„šī¸ Does not exist: '/usr/local/bin/${name}'." + echo "💡 Does not exist: '/usr/local/bin/${name}'." fi done @@ -296,7 +296,7 @@ jobs: grep -oP '(?<=)[^<]+\.iso(?=)' propfind_public.xml >| public_iso_list.txt || true if [[ -f public_iso_list.txt && -s public_iso_list.txt ]]; then - echo "â„šī¸ Old ISO files found and deleted :" + echo "💡 Old ISO files found and deleted :" while IFS= read -r href; do FILE_URL="${NC_BASE}${href}" echo " Delete: ${FILE_URL}" @@ -309,7 +309,7 @@ jobs: fi done < public_iso_list.txt else - echo "â„šī¸ No old ISO files found to delete." + echo "💡 No old ISO files found to delete." fi - name: đŸ› ī¸ Upload the ISO file to the Centurion Cloud (cloud.e2ee.li) via WebDAV. diff --git a/.gitea/workflows/linter_char_scripts.yaml b/.gitea/workflows/linter_char_scripts.yaml index e5b4041..b301442 100644 --- a/.gitea/workflows/linter_char_scripts.yaml +++ b/.gitea/workflows/linter_char_scripts.yaml @@ -70,7 +70,7 @@ jobs: GITHUB_REF_NAME: ${{ github.ref_name }} run: | set -euo pipefail - git clone --branch "${GITHUB_REF_NAME}" ssh://git@git.coresecret.dev:42842/msw/PRIVATE_TESTING_CISS.debian.live.builder.git . + git clone --branch "${GITHUB_REF_NAME}" ssh://git@git.coresecret.dev:42842/msw/CISS.debian.live.builder.git . git fetch --unshallow || echo "Nothing to fetch - already full clone." - name: đŸ› ī¸ Cleaning the workspace.