This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 7e116a4 Move to Pre-D (x2gothinclient-minidesktop): x2goclient, lightdm. Make sure those packages are installed already avoiding dpkg-divert failures. new 904414b FIXME: install x2goclient and lightdm prior to x2gothinclient-minidesktop 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: management/sbin/x2gothinclient_create | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -- Alioth's /srv/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 904414b3b05865844e6a2e90e6b920bbc1f3a36b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Aug 28 16:57:21 2014 +0200 FIXME: install x2goclient and lightdm prior to x2gothinclient-minidesktop --- management/sbin/x2gothinclient_create | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 256c507..8affabe 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -200,12 +200,14 @@ fi [ \$? -eq 0 ] && test -h /initrd.img && mv /initrd.img /initrd.img.486.tmp || true [ \$? -eq 0 ] && LINK_TARGET=\$(readlink /initrd.img.486.tmp | sed 's@/boot@boot@') && ln -sf \$LINK_TARGET /initrd.img.486 && rm -f /initrd.img.486.tmp -[ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y - if [ "x$TC_FLAVOUR" = "xminidesktop" ]; then - x2gothinclient-minidesktop-preseed + # FIXME: this should be addressed by package deps, but currently won't work... + apt-get install x2goclient lightdm -y fi +[ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y + + # blacklist kernel modules [ \$? -eq 0 ] && echo && echo "# modules blacklisted on X2Go Thin Clients..." >> /etc/modprobe.d/blacklist.conf [ \$? -eq 0 ] && for mod in $TC_MODULE_BLACKLIST; do echo "blacklist \$mod" >> /etc/modprobe.d/blacklist.conf; done -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git