This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 49982a3 on minidesktop creation, pull packages from wheezy-backports new d75292f no extra -t wheezy-backports needed 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 | 3 +-- 1 file changed, 1 insertion(+), 2 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 d75292f21ea305b9b3f5ebf3c10afe97c9af2b4c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 18:23:11 2014 +0200 no extra -t wheezy-backports needed --- management/sbin/x2gothinclient_create | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 4c2d289..3222def 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -138,7 +138,6 @@ if [ "x$TC_DISTRO_CODENAME" = "xwheezy" ] && [ "x$TC_FLAVOUR" = "xminidesktop" ] cat >> $TC_CHROOT/etc/apt/sources.list.d/backports.list <<EOF deb $TC_DEBMIRROR_URL ${TC_DISTRO_CODENAME}-backports main EOF - FROM_BACKPORTS="-t ${TC_DISTRO_CODENAME}-backports" fi cat > $TC_CHROOT/x2go_tce_install.sh <<EOF @@ -195,7 +194,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 -[ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y ${FROM_BACKPORTS} +[ \$? -eq 0 ] && apt-get install x2gothinclient-chroot x2gothinclient-${TC_FLAVOUR} -y if [ "x$TC_FLAVOUR" = "xminidesktop" ]; then x2gothinclient-preseed -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git