The branch, build-main has been updated via b41ad6fdfa247c77d79cc5a6b4fa85675f8eb43d (commit) from 7ee07a96063a3266bd79ce109924a88c8eaa4ab5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b41ad6fdfa247c77d79cc5a6b4fa85675f8eb43d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 23:31:07 2013 +0200 TCE creation: default to wheezy for creating new TCE environments. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + .../etc/x2gothinclient_settings | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 6cc8c51..1660819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,7 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low - TCE creation: fix installation path of FreeRDP's known_hosts file. - TCE creation: install the TCE from the nightly builds while this project is not yet released. (Fixes: #251). + - TCE creation: default to wheezy for creating new TCE environments. * /debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Priority: optional. diff --git a/x2gothinclientmanagement/etc/x2gothinclient_settings b/x2gothinclientmanagement/etc/x2gothinclient_settings index b071ce9..d7f942c 100644 --- a/x2gothinclientmanagement/etc/x2gothinclient_settings +++ b/x2gothinclientmanagement/etc/x2gothinclient_settings @@ -37,9 +37,9 @@ TC_SHELL="bash" TC_DEBMIRROR_URL="http://ftp.debian.org/debian" # Distro codename to use... -#TC_DISTRO_CODENAME="wheezy" +TC_DISTRO_CODENAME="wheezy" # or use older Debian squeeze... -TC_DISTRO_CODENAME="squeeze" +#TC_DISTRO_CODENAME="squeeze" # Retrieve X2Go packages from this URL ### FIXME: once we release this project, we have to remove the heuler area from the deburl below!!!! ### hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).