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 52cbd8c add export for variable DIR new 0aea779 Fix ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs . 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 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 0aea7790bf34b9d017cfac020a7f8236ba9e69f4 Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:47:14 2021 +0100 Fix ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs . --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9f2161..a7f5c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ script: - 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` - - ln -nfs `basename $DIR` lb-x2go + - sudo ln -nfs `basename $DIR` lb-x2go - cd /var/www/html - - ln -nfs /srv/lb-x2go/tftpboot/live/initrd.img . - - ln -nfs /srv/lb-x2go/tftpboot/live/vmlinuz . - - ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs . + - sudo ln -nfs /srv/lb-x2go/tftpboot/live/initrd.img . + - sudo ln -nfs /srv/lb-x2go/tftpboot/live/vmlinuz . + - sudo ln -nfs /srv/lb-x2go/binary/live/filesystem.squashfs . -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git