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 47a2713 add UEFI HTTP boot new 52cbd8c add export for variable 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, 1 insertion(+), 1 deletion(-) -- 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 52cbd8cb9338bf2a7c0993f5e899621452fbaf1b Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:39:21 2021 +0100 add export for variable DIR --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecffaf9..a9f2161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ branches: - feature/bullseye-fvwm script: - - DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` + - export DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` - sudo mkdir $DIR /var/www/html - cd $DIR - 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 [...] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git