[X2Go-Commits] [x2gobroker] branch master updated (a0b6c9e -> f168c54)

git-admin at x2go.org git-admin at x2go.org
Mon Oct 9 10:40:03 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gobroker.

      from  a0b6c9e   bin/x2gobroker-ssh: Drop binary file, erroneously added by commit 8bf1db91.
       new  0f2181f   bump upstream version to 0.0.4.0
       new  2c770de   src/*.c: Fix implicit declaration of execv().
       new  cdf0033   debian/{control,compat}: Bump to DH version level 9.
       new  acdfbb2   Port to Python3
       new  7b145dd   Drop left-over debug print() call.
       new  90ce1dd   debian/control: Drop from D (several bin:pkgs): python3-argparse, argparse is shipped with Python3 core.
       new  d7a6b7d   Makefile: Assure that setup.py is run under Python3.
       new  4556d11   Makefile: Add check target (drop empty test target).
       new  d023095   debian/rules: Enable unit tests at every package build.
       new  3cdd51c   x2gobroker.spec: Adapt to Python3 port.
       new  6efbbc4   debian/{control,x2gobroker-common.install}: Split out common files into non-Pythonian bin:pkg.
       new  2e79591   debian/*.install: Add EOLs at EOF.
       new  e672497   debian/control: Switch from libapache2-mod-wsgi to libapache2-mod-wsgi-py3.
       new  a241fdb   Makefile: Clean-up x2gobroker-ssh executable in clean-arch target.
       new  2a477a0   Improve debugging messages during authentication phase.
       new  f553365   Make hostname detection work for the default configuration (that defines localhost session profiles).
       new  f168c54   x2gobroker.spec: Bump package version.

The 17 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:
 Makefile                                           |   8 +-
 bin/x2gobroker                                     |  13 +-
 bin/x2gobroker-testauth                            |  28 +--
 debian/changelog                                   |   8 +
 debian/control                                     | 132 ++++++-----
 ...gobroker.default => python3-x2gobroker.default} |   0
 ...hon-x2gobroker.dirs => python3-x2gobroker.dirs} |   0
 ...hon-x2gobroker.docs => python3-x2gobroker.docs} |   0
 debian/python3-x2gobroker.install                  |   1 +
 ...broker.postinst => python3-x2gobroker.postinst} |   0
 ...x2gobroker.postrm => python3-x2gobroker.postrm} |   0
 ...gobroker.preinst => python3-x2gobroker.preinst} |   0
 debian/rules                                       |   7 +-
 ...2gobroker.install => x2gobroker-common.install} |   1 -
 debian/x2gobroker-loadchecker.install              |   2 +-
 debian/x2gobroker-wsgi.install                     |   2 +-
 sbin/x2gobroker-authservice                        |  37 +--
 sbin/x2gobroker-keygen                             |   2 +-
 sbin/x2gobroker-loadchecker                        |  32 +--
 sbin/x2gobroker-pubkeyauthorizer                   |   2 +-
 sbin/x2gobroker-testagent                          |   7 +-
 setup.py                                           |   8 +-
 test.py                                            |   4 +-
 x2gobroker.spec                                    | 105 ++++-----
 x2gobroker/_paramiko.py                            |   6 +-
 x2gobroker/agent.py                                |  39 ++--
 x2gobroker/authmechs/https_get_authmech.py         |   4 +-
 x2gobroker/authmechs/pam_authmech.py               |   4 +-
 x2gobroker/authservice.py                          |  12 +-
 x2gobroker/basicauth.py                            |   2 +-
 x2gobroker/brokers/base_broker.py                  | 247 +++++++++++----------
 x2gobroker/brokers/inifile_broker.py               |  16 +-
 x2gobroker/brokers/zeroconf_broker.py              |  72 +++---
 x2gobroker/client/plain.py                         |  32 +--
 x2gobroker/config.py                               |  61 +++--
 x2gobroker/defaults.py                             | 228 +++++++++----------
 x2gobroker/loadchecker.py                          |  40 ++--
 x2gobroker/loggers.py                              |   8 +-
 x2gobroker/nameservices/base_nameservice.py        |  10 +-
 x2gobroker/nameservices/libnss_nameservice.py      |  16 +-
 x2gobroker/nameservices/testsuite_nameservice.py   |  22 +-
 x2gobroker/tests/test_broker_agent.py              |  42 ++--
 x2gobroker/tests/test_broker_base.py               | 217 +++++++++---------
 x2gobroker/tests/test_broker_inifile.py            | 204 ++++++++---------
 x2gobroker/tests/test_broker_zeroconf.py           |  82 +++----
 x2gobroker/tests/test_client_plain_base.py         |  12 +-
 x2gobroker/tests/test_utils.py                     |  12 +-
 x2gobroker/tests/test_web_plain_base.py            |  16 +-
 x2gobroker/tests/test_web_plain_zeroconf.py        |  12 +-
 x2gobroker/tests/test_web_uccs_zeroconf.py         |  60 ++---
 x2gobroker/uccsjson.py                             |  52 ++---
 x2gobroker/utils.py                                |  24 +-
 x2gobroker/web/extras.py                           |   6 +-
 x2gobroker/web/json.py                             |  21 +-
 x2gobroker/web/plain.py                            |  34 +--
 x2gobroker/web/uccs.py                             |  32 +--
 x2gobroker/x2gobroker_exceptions.py                |   2 +-
 57 files changed, 1035 insertions(+), 1011 deletions(-)
 rename debian/{python-x2gobroker.default => python3-x2gobroker.default} (100%)
 rename debian/{python-x2gobroker.dirs => python3-x2gobroker.dirs} (100%)
 rename debian/{python-x2gobroker.docs => python3-x2gobroker.docs} (100%)
 create mode 100644 debian/python3-x2gobroker.install
 rename debian/{python-x2gobroker.postinst => python3-x2gobroker.postinst} (100%)
 rename debian/{python-x2gobroker.postrm => python3-x2gobroker.postrm} (100%)
 rename debian/{python-x2gobroker.preinst => python3-x2gobroker.preinst} (100%)
 rename debian/{python-x2gobroker.install => x2gobroker-common.install} (97%)

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list