This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from b60aa1d Provide Web browser shortcut in the MATE panel. new ac29232 fix for x2gothinclient_init.d patch new f09bb93 revert an earlier commit that worked around faulty packages 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: management/sbin/x2gothinclient_create | 9 ++------- 1 file changed, 2 insertions(+), 7 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 ac29232601307137c3dc3df6b5cb0e8952272257 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 15:05:32 2014 +0200 fix for x2gothinclient_init.d patch --- management/sbin/x2gothinclient_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index ca3a860..7310f7c 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -85,7 +85,7 @@ fi export LANG=C # prepare TC_CONFIG files -mkdir -p "$TC_CONFIG" +mkdir -p "$TC_CONFIG/x2gothinclient_init.d" test -f "$TC_CONFIG/x2gothinclient-${TC_FLAVOUR}_start" || cp "$SHAREDIR/etc/x2gothinclient-${TC_FLAVOUR}_start" "$TC_CONFIG" test -f "$TC_CONFIG/x2gothinclient_sessions" || cp "$SHAREDIR/etc/x2gothinclient_sessions" "$TC_CONFIG" test -f "$TC_CONFIG/x2gothinclient-${TC_FLAVOUR}_background.svg" || cp "$SHAREDIR/etc/x2gothinclient-${TC_FLAVOUR}_background.svg" "$TC_CONFIG" -- 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 f09bb93e50d3a4436723a1d2aca5a3faf61e882b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 15:06:01 2014 +0200 revert an earlier commit that worked around faulty packages --- management/sbin/x2gothinclient_create | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 7310f7c..743225f 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -204,12 +204,7 @@ 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 -if [ "x$TC_FLAVOUR" = "xminidesktop" ]; then - # 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 +[ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y --force-yes # blacklist kernel modules -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git