This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/bookworm-fvwm in repository live-build-x2go. at b556dc9 s/bullseye/bookworm/g This branch includes the following new commits: new b556dc9 s/bullseye/bookworm/g The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/bookworm-fvwm in repository live-build-x2go. commit b556dc9b8fe4929e90c4d603a30e3cb7e062d92d Author: Juri Grabowski <git-commit@jugra.de> Date: Tue Nov 29 13:58:27 2022 +0100 s/bullseye/bookworm/g --- .travis.yml | 4 ++-- README.txt | 4 ++-- config/package-lists/desktop.list.chroot | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bd5bc1..275afe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: branches: only: - - feature/bullseye-fvwm + - feature/bookworm-fvwm script: - export DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` @@ -26,7 +26,7 @@ script: - echo $DIR - cd $DIR - pwd - - sudo lb config -d bullseye --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bullseye-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1 [...] + - sudo lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1 [...] - sudo lb build - cd `dirname $DIR` - sudo ln -nfs `basename $DIR` lb-x2go diff --git a/README.txt b/README.txt index 0862248..6a29225 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Only usable on systems with minimum 1G RAM -Install Debian bullseye on your server +Install Debian bookworm on your server or use bookworm chroot become root on the server apt update apt install ipxe atftpd atftp git-core xinetd apache2 dnsutils live-build live-config-doc live-manual-html live-boot-doc debian-archive-keyring debian-keyring @@ -49,7 +49,7 @@ IP_OF_FQDN=`dig $FQDN +short` DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` mkdir $DIR cd $DIR -lb config -d bullseye --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bullseye-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickre [...] +lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickre [...] lb build cd `dirname $DIR` ln -nfs `basename $DIR` lb-x2go diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot index 1136658..50ae318 100644 --- a/config/package-lists/desktop.list.chroot +++ b/config/package-lists/desktop.list.chroot @@ -1 +1 @@ -xserver-xorg-video-all xserver-xorg fvwm nodm xterm aptitude xdmx-tools xdmx +xserver-xorg-video-all xserver-xorg fvwm nodm xterm aptitude -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git