V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 18:34:03 +02:00
parent 4663ab7fdd
commit aadec811ef
3 changed files with 10 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ jobs:
mkdir -p opt/livebuild/config/hooks/normal
touch opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
chmod 0775 opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/normal/0000-fix-dev.chroot. \e[0m\n"
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating 'opt/livebuild/config/hooks/normal/0000-fix-dev.chroot'. \e[0m\n"
cat << 'EOF' >| opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
#!/bin/bash
# SPDX-Version: 3.0
@@ -159,13 +159,13 @@ jobs:
fi
chmod 666 /dev/null
EOF
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/normal/0000-fix-dev.chroot. \e[0m\n"
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating 'opt/livebuild/config/hooks/normal/0000-fix-dev.chroot'. \e[0m\n"
ls -l opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
###
mkdir -p opt/livebuild/config/hooks/early
touch opt/livebuild/config/hooks/early/0000-fix-dev
chmod 0775 opt/livebuild/config/hooks/early/0000-fix-dev
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/early/0000-fix-dev. \e[0m\n"
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 'Creating opt/livebuild/config/hooks/early/0000-fix-dev'. \e[0m\n"
cat << 'EOF' >| opt/livebuild/config/hooks/early/0000-fix-dev
#!/bin/bash
# SPDX-Version: 3.0
@@ -189,8 +189,8 @@ jobs:
fi
chmod 666 "${CHROOT}/dev/null"
EOF
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating opt/livebuild/config/hooks/early/0000-fix-dev. \e[0m\n"
ls -l opt/livebuild/config/hooks/normal/0000-fix-dev.chroot
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ Creating 'opt/livebuild/config/hooks/early/0000-fix-dev'. \e[0m\n"
ls -l opt/livebuild/config/hooks/early/0000-fix-dev
###
- name: Starting CISS.debian.live.builder. This may take a while ...