This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/bionic in repository live-build-x2go. from f0fc073 no firmware packages for ubuntu new 8e22bbf startpar is not available in bionic new 0016da2 bionic has linux-image-generic The 2 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: README.txt | 2 +- config/package-lists/desktop.list.chroot | 2 +- 2 files changed, 2 insertions(+), 2 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/bionic in repository live-build-x2go. commit 8e22bbffbdfc4830e51ea9464321a9570d937b5a Author: Juri Grabowski <lihas+jgr@lihas.de> Date: Sat May 5 08:30:54 2018 +0200 startpar is not available in bionic --- config/package-lists/desktop.list.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot index 10d1349..d257e05 100644 --- a/config/package-lists/desktop.list.chroot +++ b/config/package-lists/desktop.list.chroot @@ -1,3 +1,3 @@ xserver-xorg-video-all xserver-xorg-video-intel xserver-xorg fvwm nodm xterm synergy aptitude xdmx-tools xdmx openssh-server sudo -dbus x11-utils x11-xserver-utils xauth xdg-user-dirs xdg-utils openssl live-tools startpar perl-modules perl-tk +dbus x11-utils x11-xserver-utils xauth xdg-user-dirs xdg-utils openssl live-tools perl-modules perl-tk user-setup -- 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/bionic in repository live-build-x2go. commit 0016da299f7ea4ff7f357931238e5fa9ba91f90e Author: Juri Grabowski <lihas+jgr@lihas.de> Date: Sat May 5 08:35:26 2018 +0200 bionic has linux-image-generic --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 16a6319..611c1ed 100644 --- a/README.txt +++ b/README.txt @@ -43,7 +43,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 --chroot-filesystem squashfs --apt-indices none --cache-packages false --config https://github.com/LinuxHaus/live-build-x2go.git::feature/bionic --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary true --backports false --win32-loader false --security true --initsystem systemd -d bionic -b netboot -a amd64 -k amd64 --linux-packages linux-image --bootappend-live vconsole.keymap=de-latin1-nodeadkeys log_buf_len=1M quickreboot silent splash lang=de lo [...] +lb config --chroot-filesystem squashfs --apt-indices none --cache-packages false --config https://github.com/LinuxHaus/live-build-x2go.git::feature/bionic --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary true --backports false --win32-loader false --security true --initsystem systemd -d bionic -b netboot -a amd64 -k generic --linux-packages linux-image --bootappend-live vconsole.keymap=de-latin1-nodeadkeys log_buf_len=1M quickreboot silent splash lang=de [...] lb build cd `dirname $DIR` ln -s `basename $DIR` lb-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git