This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 3078366 Continue development new e0e6620 Set master session only once we know for sure that the session has successfully come up. new bd5faaa debian/control: Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0. new 5518cab pyhoca-cli.spec: Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0. new aa880ab pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code for the graphical proxy/rendering backend (NXv3 vs. KDrive). The 4 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 | 11 ++++++++++- debian/control | 2 +- pyhoca-cli.spec | 4 ++-- pyhoca/cli/frontend.py | 4 +++- 4 files changed, 16 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit e0e662042e1f3b012c5bada733110cd363020fbf Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 19:02:00 2019 +0200 Set master session only once we know for sure that the session has successfully come up. --- debian/changelog | 5 ++++- pyhoca/cli/frontend.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f26601..f375410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * New upstream version (0.6.0.3): + - Set master session only once we know for sure that the + session has successfully come up. -- X2Go Release Manager <git-admin@x2go.org> Mon, 03 Dec 2018 04:49:29 +0100 diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py index fb68379..f6fbdba 100644 --- a/pyhoca/cli/frontend.py +++ b/pyhoca/cli/frontend.py @@ -723,10 +723,10 @@ class PyHocaCLI(x2go.X2GoClient): i+=1 session = self._X2GoClient__get_session(self.x2go_session_hash) - session.set_master_session() if self._X2GoClient__session_ok(self.x2go_session_hash): + session.set_master_session() profile_name = self._X2GoClient__get_session_profile_name(self.x2go_session_hash) session_name = self._X2GoClient__get_session_name(self.x2go_session_hash) self._pyhoca_logger("X2Go session is now running, the X2Go client's profile name is: %s" % profile_name, loglevel=x2go.loglevel_INFO, ) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit bd5faaa8644bac74a64eecc3b696d1379246bfae Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 19:46:05 2019 +0200 debian/control: Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f375410..cf5827f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.6.0.3): - Set master session only once we know for sure that the session has successfully come up. + * debian/control: + + Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0. -- X2Go Release Manager <git-admin@x2go.org> Mon, 03 Dec 2018 04:49:29 +0100 diff --git a/debian/control b/debian/control index ac9c038..899fc92 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3, - python3-x2go (>=0.6.0.2-0~), + python3-x2go (>=0.6.1.0-0~), python3-setproctitle, Suggests: mteleplayer-clientside, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 5518cab34db44168138af9a1f467b0c8743b06ca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 19:47:06 2019 +0200 pyhoca-cli.spec: Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0. --- debian/changelog | 2 ++ pyhoca-cli.spec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf5827f..63f43c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium session has successfully come up. * debian/control: + Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0. + * pyhoca-cli.spec: + + Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0. -- X2Go Release Manager <git-admin@x2go.org> Mon, 03 Dec 2018 04:49:29 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 9d3ffe4..b83aa06 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -17,12 +17,12 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-setproctitle -Requires: python-x2go >= 0.6.0.1 +Requires: python-x2go >= 0.6.1.0 %else BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-setproctitle -Requires: python3-x2go >= 0.6.0.1 +Requires: python3-x2go >= 0.6.1.0 %endif %if 0%{?suse_version} BuildRequires: fdupes -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit aa880ab96f3cdc68dab938febf22df90824274ee Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 19:47:58 2019 +0200 pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code for the graphical proxy/rendering backend (NXv3 vs. KDrive). --- debian/changelog | 2 ++ pyhoca/cli/frontend.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 63f43c8..bafe164 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.6.0.3): - Set master session only once we know for sure that the session has successfully come up. + - pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code + for the graphical proxy/rendering backend (NXv3 vs. KDrive). * debian/control: + Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0. * pyhoca-cli.spec: diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py index f6fbdba..80921df 100644 --- a/pyhoca/cli/frontend.py +++ b/pyhoca/cli/frontend.py @@ -365,6 +365,8 @@ class PyHocaCLI(x2go.X2GoClient): _backend_kwargs['list_backend'] = self.args.backend_serversessionlist if self.args.backend_proxy is not None: _backend_kwargs['proxy_backend'] = self.args.backend_proxy + else: + _backend_kwargs['proxy_backend'] = 'auto-detect' if self.args.backend_sessionprofiles is not None: _backend_kwargs['profiles_backend'] = self.args.backend_sessionprofiles if self.args.backend_clientsettings is not None: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git