This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 0716633 set oldsatble to jessie in x2gothinclient_settings. new bf7fbc2 install linux-image-4.9.0-4-686 instead of dummy-package 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: debian/changelog | 1 + management/sbin/x2gothinclient_create | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit bf7fbc2fbfc85a40e1b7da8cffb69168e077bb88 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Tue Feb 6 12:22:45 2018 +0100 install linux-image-4.9.0-4-686 instead of dummy-package --- debian/changelog | 1 + management/sbin/x2gothinclient_create | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ce537a..305bcae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -138,6 +138,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low * x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. * upgrade to debian stretch. * set oldsatble to jessie in x2gothinclient_settings. + * install linux-image-4.9.0-4-686 instead of dummy-package [ Martti Pitkänen ] * debian/po: diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index a3dc176..f6bbc59 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -198,11 +198,11 @@ export X2GO_HANDLE_DAEMONS=false if [ \$? -eq 0 -a "x${TC_NONINTERACTIVE}" != "x" ]; then dpkg-reconfigure locales fi -[ \$? -eq 0 ] && apt-get install linux-image-586 -y -[ \$? -eq 0 ] && test -h /vmlinuz && mv /vmlinuz /vmlinuz.586.tmp || true -[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /vmlinuz.586.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /vmlinuz.586 && rm -f /vmlinuz.586.tmp -[ \$? -eq 0 ] && test -h /initrd.img && mv /initrd.img /initrd.img.586.tmp || true -[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /initrd.img.586.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /initrd.img.586 && rm -f /initrd.img.586.tmp +[ \$? -eq 0 ] && apt-get install linux-image-4.9.0-4-686 -y +[ \$? -eq 0 ] && test -h /vmlinuz && mv /vmlinuz /vmlinuz.4.9.0-4-686.tmp || true +[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /vmlinuz.4.9.0-4-686.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /vmlinuz. && rm -f /vmlinuz.4.9.0-4-686.tmp +[ \$? -eq 0 ] && test -h /initrd.img && mv /initrd.img /initrd.img.4.9.0-4-686.tmp || true +[ \$? -eq 0 ] && LINK_TARGET=\$(readlink /initrd.img.4.9.0-4-686.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /initrd.img.4.9.0-4-686 && rm -f /initrd.img.4.9.0-4-686.tmp [ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y --force-yes -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git