This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/bullseye-fvwm in repository live-build-x2go. from 0aea779 Fix ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs . new 92b0da8 show $DIR 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. Summary of changes: .travis.yml | 2 ++ 1 file changed, 2 insertions(+) -- 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/bullseye-fvwm in repository live-build-x2go. commit 92b0da808bdd1f90885278344b585ab8a2cc563f Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:49:04 2021 +0100 show $DIR --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a7f5c0c..79b1c5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ branches: script: - export DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` - sudo mkdir $DIR /var/www/html + - 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 build - cd `dirname $DIR` -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git