[X2Go-Commits] [x2goclient] 08/94: Continue development...

2023-12-15 Thread git-admin
-25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.5.0.2" +__VERSION__ = "0.5.0.3" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /sr

[X2Go-Commits] [x2goclient] 03/94: debian/changelog: add contributor name.

2023-12-15 Thread git-admin
version (0.5.0.2): - Handle SSHException 'Incompatible ssh peer (no acceptable kex algorithm)' gracefully. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits

[X2Go-Commits] [x2goclient] 05/94: misc: whitespace only.

2023-12-15 Thread git-admin
key_filename=self.args.ssh_privkey, diff --git a/setup.py b/setup.py index 0df06368..78cdb9da 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2010-2016 by Mike Gabriel -# +# # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation; either version 3 of the License, or -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 04/94: common: update copyright notices. Happy new year!

2023-12-15 Thread git-admin
briel # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___

[X2Go-tags] [x2goclient] annotated tag 0.2.0.0 created (now d28b50ae)

2023-12-15 Thread git-admin
0.0 Depend on Python X2Go (>= 0.2.0.2). changelog cleanup release 0.2.0.0 --- No new revisions were added by this update. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /s

[X2Go-Commits] [x2goclient] 02/94: debian/control: switch python-support to build dependency, add dh-python alternative.

2023-12-15 Thread git-admin
ient written in Python -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-tags] [x2goclient] annotated tag 0.6.1.0 created (now dd411eaa)

2023-12-15 Thread git-admin
ode for the graphical proxy/rendering backend (NXv3 vs. KDrive). new 64284cc5 release 0.6.1.0 The 308 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 th

[X2Go-Commits] [x2goclient] 08/08: release 0.5.0.2

2023-12-15 Thread git-admin
tion" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/08: Handle SSHException 'Incompatible ssh peer (no acceptable kex algorithm)' gracefully.

2023-12-15 Thread git-admin
= getpass.getpass() + # workaround for Python bug: http://bugs.python.org/issue11236 try: if self.args.password is not None and '\x03' in self.args.password: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git

[X2Go-Commits] [x2goclient] 07/08: common: update copyright notices. Happy new year!

2023-12-15 Thread git-admin
briel +# Copyright (C) 2010-2015 by Mike Gabriel # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/

[X2Go-Commits] [x2goclient] 06/08: Handle SSHException 'No authentication methods available' for key-only authentication attempts gracefully.

2023-12-15 Thread git-admin
: self.args.password = getpass.getpass() -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 03/08: debian/copyright: Relicense packaging files under same license as the actual code files.

2023-12-15 Thread git-admin
software; you can redistribute it and/or modify -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo

[X2Go-Commits] [x2goclient] 04/08: debian/changelog: typo fix

2023-12-15 Thread git-admin
): - Continue development... * debian/control: -- Bump Standards: to 3.9.6. No changes needed. ++ Bump Standards: to 3.9.6. No changes needed. * debian/copyright: + Relicense packaging files under same license as the actual code files. -- Alioth's /home/x2go-admin

[X2Go-Commits] [x2goclient] 02/08: debian/control: Bump Standards: to 3.9.6. No changes needed.

2023-12-15 Thread git-admin
git Vcs-Browser: http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=summary -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org ht

[X2Go-Commits] [x2goclient] 73/74: man page: Mark not-yet-implemented cmdline options as such. More cmdline option support for brokerage is a TODO for pyhoca-cli.

2023-12-15 Thread git-admin
ers. Full path to a valid SSH private key file. (Not implemented, yet). .SH NX OPTIONS (Version 3) .TP \*(T<\fB\-g, \-\-geometry\fR \fI{x|fullscreen|maximize}\fR\*(T> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /

[X2Go-Commits] [x2goclient] 01/08: Continue development...

2023-12-15 Thread git-admin
/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.5.0.1" +__VERSION__ = "0.5.0.2" from frontend import * -- Alioth's /home/x2go-

[X2Go-tags] [x2goclient] annotated tag 0.5.0.2 created (now 9b8bded7)

2023-12-15 Thread git-admin
ions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mail

[X2Go-Commits] [x2goclient] 72/74: pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0).

2023-12-15 Thread git-admin
+Requires: python-x2go >= 0.5.0.0 Requires: python-argparse %description -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@li

[X2Go-Commits] [x2goclient] 74/74: release 0.5.0.1

2023-12-15 Thread git-admin
ca-cli (0.5.0.0-0x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinf

[X2Go-Commits] [x2goclient] 70/74: debian/control: Add to S (pyhoca-cli): mteleplayer-clientside.

2023-12-15 Thread git-admin
ent with - session resuming -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 68/74: Continue development...

2023-12-15 Thread git-admin
/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.4.0.3" +__VERSION__ = "0.5.0.1" from frontend import * -- Alioth's /home/x2go-

[X2Go-Commits] [x2goclient] 69/74: Update README and TODO files.

2023-12-15 Thread git-admin
README file. -- Mike Gabriel Mon, 20 Oct 2014 21:30:50 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org

[X2Go-Commits] [x2goclient] 71/74: debian/control: Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0).

2023-12-15 Thread git-admin
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 67/74: happy new year 2014 (belated)

2023-12-15 Thread git-admin
C) 2010-2012 by Mike Gabriel +# Copyright (C) 2010-2014 by Mike Gabriel # # PyHoca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-emai

[X2Go-Commits] [x2goclient] 66/74: release 0.5.0.0

2023-12-15 Thread git-admin
+0100 - -pyhoca-cli (0.4.0.3-0x2go1) UNRELEASED; urgency=low - - * Continue development... - - -- Mike Gabriel Wed, 08 Jan 2014 21:27:42 +0100 + -- Mike Gabriel Mon, 20 Oct 2014 13:08:31 +0200 pyhoca-cli (0.4.0.2-0x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin

[X2Go-Commits] [x2goclient] 65/74: formalistic code cleanup using pyflakes

2023-12-15 Thread git-admin
ERSION__ = '0.0.0.0' for line in file(os.path.join('pyhoca', 'cli', '__init__.py')).readlines(): if (line.startswith('__VERSION__')): exec(line.strip()) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/gi

[X2Go-Commits] [x2goclient] 61/74: fix for last commit

2023-12-15 Thread git-admin
. - -- Mike Gabriel Wed, 09 Jul 2014 20:00:44 +0200 + -- Mike Gabriel Mon, 10 Mar 2014 15:56:42 +0100 pyhoca-cli (0.4.0.3-0x2go1) UNRELEASED; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 64/74: pyhoca-cli: Avoid duplicate files in openSUSE/SLES.

2023-12-15 Thread git-admin
}/%{_mandir}/ +%if 0%{?fdupes:1} +%fdupes %buildroot/%_prefix +%endif %files -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org

[X2Go-Commits] [x2goclient] 62/74: Add cmdline options --backend-<*> to enforce usage of certain Python X2Go backends for session profile, settings, control session, terminal session, etc.

2023-12-15 Thread git-admin
.X2GoClient.__init__(self, broker_url=self.args.broker_url, broker_password=self.args.broker_password, logger=liblogger, **_backend_kwargs) _profiles = self._X2GoClient__get_profiles() if self.args.session_profile and not _profiles.has_profile(self.args.session_profile): -- Alioth's /

[X2Go-Commits] [x2goclient] 63/74: pyhoca-cli.spec: Adapt to building on openSUSE/SLES.

2023-12-15 Thread git-admin
ioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 60/74: Rename LICENSE.txt to COPYING.

2023-12-15 Thread git-admin
pec @@ -48,7 +48,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %files -%doc LICENSE.txt README TODO +%doc COPYING README TODO %{_bindir}/%{name} %{python_sitelib}/* %{_mandir}/man1/%{name}.1* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.

[X2Go-Commits] [x2goclient] 59/74: Fix description of --from-stdin option on man page. (Fixes: #485).

2023-12-15 Thread git-admin
running/suspended of the same desktop shell, then the first -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 58/74: remove broker param from man page, that will not be implemented for pyhoca-cli

2023-12-15 Thread git-admin
(Version 3) .TP \*(T<\fB\-g, \-\-geometry\fR \fI{x|fullscreen|maximize}\fR\*(T> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2g

[X2Go-Commits] [x2goclient] 57/74: debian/changelog: mention the new broker feature explicitly

2023-12-15 Thread git-admin
, nor -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 56/74: Add cmdline option --broker-password. Masquerade broker password in process list (Linux/Mac only).

2023-12-15 Thread git-admin
{'args':['--broker-password'], 'default': None, 'help': 'password for authenticating against the X2Go Session Broker', }, ] nx_options = [ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.gi

[X2Go-Commits] [x2goclient] 54/74: ~When --list-profiles is invoked: Don't crash if a session profile backend does not rely on config files. Show the session broker URL if a broker session profile bac

2023-12-15 Thread git-admin
iles.profile_ids: _profile_config = _session_profiles.get_profile_config(_profile_id) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 55/74: Update man page with (future) broker options. Some man page fixes (mentioning X2Go Client where it should name PyHoca-CLI).

2023-12-15 Thread git-admin
e URLs. +Specify the of the X2Go Session Broker. \fBpyhoca-cli\fR can access http:// and ssh:// style URLs. Syntax of for HTTP brokerage: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclie

[X2Go-Commits] [x2goclient] 53/74: If a user name can neither be detected from the session profile, nor from the command line option, try the username used for the broker authentication.

2023-12-15 Thread git-admin
not connected and _auth_count: try: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo

[X2Go-Commits] [x2goclient] 50/74: Start work on broker client implementation for PyHoca-CLI.

2023-12-15 Thread git-admin
_profiles = self._X2GoClient__get_profiles() if self.args.session_profile and not _profiles.has_profile(self.args.session_profile): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 46/74: pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers).

2023-12-15 Thread git-admin
dir}/ +mkdir -p %{buildroot}/%{_mandir}/ +cp -rp man/* %{buildroot}/%{_mandir}/ + + +%files +%doc LICENSE.txt README TODO +%{_bindir}/%{name} +%{python_sitelib}/* +%{_mandir}/man1/%{name}.1* + + +%changelog -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/

[X2Go-Commits] [x2goclient] 51/74: whitespace fixes

2023-12-15 Thread git-admin
pprint.pprint(_session_params) -print +print else: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commi

[X2Go-Commits] [x2goclient] 52/74: Move --list-profiles code into PyHocaCLI instance.

2023-12-15 Thread git-admin
ion_params) +print + +# done +sys.exit(0) + +elif self.args.session_profile: _cmdlineopt_to_sessionopt = { 'command': 'cmd', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go

[X2Go-Commits] [x2goclient] 47/74: Add to BR: python-argparse.

2023-12-15 Thread git-admin
/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 49/74: Continue development...

2023-12-15 Thread git-admin
..179be7a1 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.4.0.2" +__VERSION__ = "0.4.0.3" from frontend imp

[X2Go-Commits] [x2goclient] 48/74: release 0.4.0.2

2023-12-15 Thread git-admin
20:44:54 +0100 + -- Mike Gabriel Wed, 08 Jan 2014 21:12:20 +0100 pyhoca-cli (0.4.0.1-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go

[X2Go-Commits] [x2goclient] 45/74: change versioning scheme

2023-12-15 Thread git-admin
; urgency=low * New upstream version (0.4.0.2): - Add support for unlocking encrypted SSH private key files. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits

[X2Go-Commits] [x2goclient] 43/74: Versioned Depends: on python-x2go (>= 0.4.0.9-0~).

2023-12-15 Thread git-admin
python-setproctitle, python-support (>=0.90) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 44/74: debian/source/format: Switch to format 1.0.

2023-12-15 Thread git-admin
1 @@ -3.0 (native) +1.0 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 41/74: Add support for unlocking encrypted SSH private key files.

2023-12-15 Thread git-admin
: self._runtime_error('SSH host key verification for remote host [%s]:%s failed' % (self.args.server, self.args.remote_ssh_port), exitcode=-254) except x2go.SSHException, e: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git

[X2Go-Commits] [x2goclient] 40/74: Continue development...

2023-12-15 Thread git-admin
/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.4.0.1" +__VERSION__ = "0.4.0.2" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/ho

[X2Go-Commits] [x2goclient] 38/74: Bump egg version to 0.4.0.1

2023-12-15 Thread git-admin
/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.1.1" +__VERSION__ = "0.4.0.1" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/ho

[X2Go-Commits] [x2goclient] 37/74: release 0.4.0.0

2023-12-15 Thread git-admin
Gabriel Tue, 12 Feb 2013 20:35:42 +0100 pyhoca-cli (0.2.1.0-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits

[X2Go-Commits] [x2goclient] 39/74: release 0.4.0.1

2023-12-15 Thread git-admin
=low * Bump egg version to 0.4.0.1 - -- Mike Gabriel Tue, 12 Feb 2013 20:43:17 +0100 + -- Mike Gabriel Tue, 12 Feb 2013 20:43:45 +0100 pyhoca-cli (0.4.0.0-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git

[X2Go-Commits] [x2goclient] 42/74: /debian/control: Replace "LDAP support" with "session brokerage support" in LONG_DESCRIPTION.

2023-12-15 Thread git-admin
with - session resuming - low bandwidth support -- LDAP support +- session brokerage support - client side mass storage mounting support - client side printing support - audio support -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email o

[X2Go-Commits] [x2goclient] 35/74: fix all occurences of X2go -> X2Go, also in class identifiers

2023-12-15 Thread git-admin
self._X2goClient__suspend_session(self.x2go_session_hash) + self._X2GoClient__suspend_session(self.x2go_session_hash) # giving nxproxy's SSH tunnel some time to settle time.sleep(2) self.

[X2Go-Commits] [x2goclient] 36/74: update changelog

2023-12-15 Thread git-admin
. + * New upstream version (0.4.0.0): +- Adapt PyHoca-CLI to API change of Python X2Go. * /debian/control: + Thanks to Orion's patch in bug #91 we can drop build dependency on python-x2go. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git

[X2Go-Commits] [x2goclient] 34/74: fix changelog entry

2023-12-15 Thread git-admin
). -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 31/74: Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems due to DISPLAY not being set. It is overkill as well, causing extra dependencies to be installed a

2023-12-15 Thread git-admin
license = 'AGPLv3+', author = 'Mike Gabriel', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 33/74: Thanks to Orion's patch in bug #91 we can drop build dependency on python-x2go.

2023-12-15 Thread git-admin
/debian/control @@ -9,7 +9,6 @@ Build-Depends: man2html-base | man2html, python (>=2.6.5-0~), python-setuptools, - python-x2go Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/pyhoca-cli Vcs-Git: git://code.x2go.org/pyhoca-cli.git -- Alioth's /home/x2go-ad

[X2Go-Commits] [x2goclient] 32/74: add os import to setup.py

2023-12-15 Thread git-admin
, find_packages for line in file(os.path.join('pyhoca', 'cli', '__init__.py')).readlines(): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits

[X2Go-Commits] [x2goclient] 30/74: remove referrals to bugs in old BTS (Whups/Horde)

2023-12-15 Thread git-admin
ead of suspending them. - * React to bug #627990, prefer man2html-base over man2html. + * React to Debian bug #627990, prefer man2html-base over man2html. -- Mike Gabriel Fri, 01 Jul 2011 14:52:29 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/

[X2Go-Commits] [x2goclient] 27/74: fix typo in changelog

2023-12-15 Thread git-admin
pyhoca-cli.1: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 28/74: release 0.2.1.0

2023-12-15 Thread git-admin
) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 26/74: Remove cmdline option --time-to-wait, Python X2Go now offers a progress status for session startup/resumption. So we query this status instead.

2023-12-15 Thread git-admin
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.5.0.1 in repository x2goclient. commit ee08a8ebff88830fbe319be357b0ed15707c0865 Author: Mike Gabriel Date: Mon Nov 12 09:06:14 2012 +0100 Remove cmdline option --time-to-wait,

[X2Go-Commits] [x2goclient] 29/74: Continue development...

2023-12-15 Thread git-admin
..8e659064 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.1.0" +__VERSION__ = "0.2.1.1" from frontend imp

[X2Go-Commits] [x2goclient] 23/74: update version+date in man page

2023-12-15 Thread git-admin
-cli 1 "Apr 2012" "Version 0.1.4.x" "X2Go Application" +.TH pyhoca-cli 1 "Nov 2012" "Version 0.2.1.x" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS -- Alioth's /home/x2go-admin/

[X2Go-Commits] [x2goclient] 25/74: Depend on python-x2go (>= 0.2.0.1).

2023-12-15 Thread git-admin
setproctitle, python-support (>=0.90) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 20/74: typo

2023-12-15 Thread git-admin
= ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 22/74: update man page

2023-12-15 Thread git-admin
project's X2Go command line client \fBx2goclient-cli\fR as well as the \fBx2goclient\fR GUI. This is still work in progress. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2

[X2Go-Commits] [x2goclient] 24/74: swap password and session comand around

2023-12-15 Thread git-admin
) = lightdm_remote_login_buffer.split()[0:3] +a.password = " ".join(lightdm_remote_login_buffer.split()[3:]) if ":" in a.server: a.remote_ssh_port = a.server.split(':')[-1] a.server = ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancesc

[X2Go-Commits] [x2goclient] 19/74: make unpacking of stdin values more robust

2023-12-15 Thread git-admin
it(':')[-1] a.server = ':'.join(a.server.split(':')[:-1]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://list

[X2Go-Commits] [x2goclient] 17/74: fix for last commit

2023-12-15 Thread git-admin
th's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 21/74: do not hint to STRG-C functionality with --from-stdin option set

2023-12-15 Thread git-admin
unning session...", loglevel=x2go.loglevel_NOTICE, ) try: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 16/74: make --from-stdin IPv6 capable

2023-12-15 Thread git-admin
a.server = a.server.split(':')[0] +a.remote_ssh_port = a.server.split(':')[-1] +a.server = a.server.split(':')[:-1] a.command = a.command.upper() a.geometry = 'fullscreen' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on

[X2Go-Commits] [x2goclient] 18/74: When finishing the application Update session status before reporting back to the user what happened to the session.

2023-12-15 Thread git-admin
if self._X2goClient__has_session_terminated(self.x2go_session_hash): self._pyhoca_logger("X2Go session %s has terminated" % session_name, loglevel=x2go.loglevel_NOTICE, ) elif self._X2goClient__is_session_suspended(self.x2go_sess

[X2Go-Commits] [x2goclient] 15/74: The option , , password'' is not allowed for session registration.

2023-12-15 Thread git-admin
=self.args.add_to_known_hosts, profile_name = 'Pyhoca-Client_Session', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits

[X2Go-Commits] [x2goclient] 14/74: bump version to 0.2.1.0

2023-12-15 Thread git-admin
from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 12/74: Add cmdline option --from-stdin that facilitates lightdm remote login session startup.

2023-12-15 Thread git-admin
r.split(':')[0] +a.command = a.command.upper() + a.geometry = 'fullscreen' + return p, a -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 13/74: remove debug code

2023-12-15 Thread git-admin
n a.server: a.remote_ssh_port = a.server.split(':')[1] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.or

[X2Go-Commits] [x2goclient] 11/74: /debian/rules: Allow package build on systems with missing dh_python2.

2023-12-15 Thread git-admin
) +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") %: - dh ${@} --with python2 + dh ${@} ${WITH_PYTHON2} override_dh_auto_clean: rm -Rf PyHoca_CLI.egg-info/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-

[X2Go-Commits] [x2goclient] 10/74: Reduce python version in Build-Depends to allow build on Ubuntu 10.04.

2023-12-15 Thread git-admin
thon-x2go Standards-Version: 3.9.3 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 09/74: /debian/control: fix typo in longdescs

2023-12-15 Thread git-admin
computing environment with - session resuming -- low bandwith support +- low bandwidth support - LDAP support - client side mass storage mounting support - client side printing support -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv

[X2Go-Commits] [x2goclient] 08/74: Maintainer change in package: X2Go Developers .

2023-12-15 Thread git-admin
-cli Section: python Priority: optional -Maintainer: X2Go Packaging Team +Maintainer: X2Go Developers Uploaders: Mike Gabriel Build-Depends: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 07/74: Contine development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.4" +__VERSION__ = "0.2.0.5" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/ho

[X2Go-Commits] [x2goclient] 06/74: release 0.2.0.4

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 05/74: typo in debian/changelog

2023-12-15 Thread git-admin
): -+ Declare pyhoca namespace in setup.py. +- Declare pyhoca namespace in setup.py. * Import packaging files from Debian package. -- Mike Gabriel Wed, 15 Aug 2012 15:02:19 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org

[X2Go-Commits] [x2goclient] 21/24: release 0.2.0.2

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 02/74: Declare pyhoca namespace in setup.py.

2023-12-15 Thread git-admin
= 'AGPLv3+', author = 'Mike Gabriel', url = 'http://www.x2go.org', +namespace_packages = [ 'pyhoca', ], packages = [ 'pyhoca.cli', ], package_dir = {'': '.'}, exclude = [ 'pyhoca.cli.x2go', ], -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 04/74: version increment for pyhoca-cli python egg.

2023-12-15 Thread git-admin
the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.3" +__VERSION__ = "0.2.0.4" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git _

[X2Go-Commits] [x2goclient] 01/74: Import packaging files from Debian package.

2023-12-15 Thread git-admin
-Rfv debian/pyhoca-cli debian/pyhoca-cli.*.debhelper debian/pyhoca-cli.substvars - rm -Rfv debian/tmp debian/patches - dh ${@} + dh ${@} --with python2 +override_dh_auto_clean: + rm -Rf PyHoca_CLI.egg-info/ + dh_auto_clean \ No newline at end of file diff --git a/deb

[X2Go-Commits] [x2goclient] 03/74: fix for commit 6702eae0

2023-12-15 Thread git-admin
-cli.docs | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/pyhoca-cli.docs b/debian/pyhoca-cli.docs index 11f46e2d..724e0844 100644 --- a/debian/pyhoca-cli.docs +++ b/debian/pyhoca-cli.docs @@ -1,3 +1,2 @@ README TODO -debian/upstream/changelog -- Alioth's /home/x2go-admin

[X2Go-tags] [x2goclient] annotated tag 0.5.0.1 created (now 1ef6df74)

2023-12-15 Thread git-admin
ns listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https://lists.x2go.org/listinfo/x2go-tags

[X2Go-Commits] [x2goclient] 24/24: release 0.2.0.3

2023-12-15 Thread git-admin
=low * New upstream version (0.2.0.3): - Fix license header of setup.py file. - -- Mike Gabriel Mon, 23 Jul 2012 22:23:19 +0200 + -- Mike Gabriel Tue, 24 Jul 2012 02:41:40 +0200 pyhoca-cli (0.2.0.2-0~x2go1) unstable; urgency=low -- Alioth's /home/x2go-admin/maintenancescripts

[X2Go-Commits] [x2goclient] 22/24: Continue development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.2" +__VERSION__ = "0.2.0.3" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/gi

[X2Go-Commits] [x2goclient] 20/24: Do not fail if HOME dir is read-only, needed for building with sbuild.

2023-12-15 Thread git-admin
, x2go.X2GO_SSH_ROOTDIR, 'config') if not os.path.isfile(ssh_config_filename): -_touch_file(ssh_config_filename) +try: _touch_file(ssh_config_filename) +except OSError: pass # sometimes we have to fail... -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 23/24: Fix license header of setup.py file.

2023-12-15 Thread git-admin
version. # # PyHoca is distributed in the hope that it will be useful, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

[X2Go-Commits] [x2goclient] 19/24: Continue development...

2023-12-15 Thread git-admin
+++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.1" +__VERSION__ = "0.2.0.2" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/gi

[X2Go-Commits] [x2goclient] 16/24: Fix minus sign / hyphen mismatch in man page.

2023-12-15 Thread git-admin
n the command line or in the -session profile or that the --password command line option is used. +session profile or that the \-\-password command line option is used. .SH LDAP OPTIONS LDAP support is planned to be added into \fBpyhoca-cli\fR in the near future. So stay tuned... .PP -- Alioth'

[X2Go-Commits] [x2goclient] 17/24: increment __init__.py version

2023-12-15 Thread git-admin
: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.0" +__VERSION__ = "0.2.0.1" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 18/24: release 0.2.0.1

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

<    4   5   6   7   8   9   10   11   12   13   >