V8.03.400.2025.06.05
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 1m26s
Generating a Private Live ISO FLV 0. / Generating a Private Live ISO FLV 0. (push) Failing after 44m13s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-05 22:24:39 +02:00
parent b34344ec52
commit ac579fd862
5 changed files with 34 additions and 34 deletions

View File

@@ -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

View File

@@ -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 '(?<=<d:href>)[^<]+\.iso(?=</d:href>)' 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.

View File

@@ -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 '(?<=<d:href>)[^<]+\.iso(?=</d:href>)' 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.

View File

@@ -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 '(?<=<d:href>)[^<]+\.iso(?=</d:href>)' 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.

View File

@@ -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.