This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 7ea1ddf upgrade to debian stretch. new 0716633 set oldsatble to jessie in x2gothinclient_settings. 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/etc/x2gothinclient_settings | 4 ++-- 2 files changed, 3 insertions(+), 2 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 07166330c68ef1ddabf98b538154988d1abb44c9 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Jan 31 14:23:38 2018 +0100 set oldsatble to jessie in x2gothinclient_settings. --- debian/changelog | 1 + management/etc/x2gothinclient_settings | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e48019..8ce537a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -137,6 +137,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low [ Oleksandr Shneyder ] * x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. * upgrade to debian stretch. + * set oldsatble to jessie in x2gothinclient_settings. [ Martti Pitkänen ] * debian/po: diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index bdbaeff..a0f6530 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -44,8 +44,8 @@ TC_DEBMIRROR_URL="http://ftp.debian.org/debian" # Distro codename to use... TC_DISTRO_CODENAME="stretch" -# or use older Debian squeeze... -#TC_DISTRO_CODENAME="squeeze" +# or use older Debian ... +#TC_DISTRO_CODENAME="jessie" # Retrieve X2Go packages from this URL ### FIXME: once we release this project, we have to remove the heuler area from the deburl below!!!! ### -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git