This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 4d1cf66 Continue development new 3b6ebc0 management/etc/x2gothinclient_settings: remove heuler from apt line. new 966d6c5 management/etc/x2gothinclient_settings: add "extras" component. 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: debian/changelog | 5 ++++- management/etc/x2gothinclient_settings | 3 +-- 2 files changed, 5 insertions(+), 3 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 3b6ebc0c6d3943a68f10ed26a6b3411cb3f56ba5 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 3 01:05:19 2018 +0100 management/etc/x2gothinclient_settings: remove heuler from apt line. --- debian/changelog | 4 +++- management/etc/x2gothinclient_settings | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c57b89a..384bf08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream release (1.5.0.1): + - management/etc/x2gothinclient_settings: remove heuler from apt line. -- X2Go Release Manager <git-admin@x2go.org> Sun, 02 Dec 2018 06:49:42 +0100 diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index 5f3a44c..5b55f62 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -52,8 +52,7 @@ TC_ARCH="amd64" #TC_ARCH="i386" # Retrieve X2Go packages from this URL -### FIXME: once we release this project, we have to remove the heuler area from the deburl below!!!! ### -TC_X2GO_DEBURL="deb http://packages.x2go.org/debian $TC_DISTRO_CODENAME main heuler" +TC_X2GO_DEBURL="deb http://packages.x2go.org/debian $TC_DISTRO_CODENAME main" # Use a http/ftp proxy during debootstrap (leave empty if direct connections to http/ftp are allowed) #TC_HTTP_PROXY="http://webcache.intern:3128" -- 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 966d6c5755de7554adeb3065a00fe5411172a31e Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 3 01:06:31 2018 +0100 management/etc/x2gothinclient_settings: add "extras" component. --- debian/changelog | 1 + management/etc/x2gothinclient_settings | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 384bf08..f083c8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2gothinclient (1.5.0.1-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream release (1.5.0.1): - management/etc/x2gothinclient_settings: remove heuler from apt line. + - management/etc/x2gothinclient_settings: add "extras" component. -- X2Go Release Manager <git-admin@x2go.org> Sun, 02 Dec 2018 06:49:42 +0100 diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index 5b55f62..d14d1b5 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -52,7 +52,7 @@ TC_ARCH="amd64" #TC_ARCH="i386" # Retrieve X2Go packages from this URL -TC_X2GO_DEBURL="deb http://packages.x2go.org/debian $TC_DISTRO_CODENAME main" +TC_X2GO_DEBURL="deb http://packages.x2go.org/debian $TC_DISTRO_CODENAME extras main" # Use a http/ftp proxy during debootstrap (leave empty if direct connections to http/ftp are allowed) #TC_HTTP_PROXY="http://webcache.intern:3128" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git