This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Python X2go Client (command line client)". The branch, master has been updated discards 9e8ca13a3a7c3a2b33bda1fa06713aea655ad6d9 (commit) discards 64e33f3014b35460c02316175779c79b12be9040 (commit) discards 447efd54c891c375d5a0a36dc2b72e5358cf234a (commit) discards 0e46228f97dfff02ddb4f6295d02b837a9154b0d (commit) This update discarded existing revisions and left the branch pointing at a previous point in the repository history. * -- * -- N (5e41b9fb0b817717b8964e60306713e565b1f986) \ O -- O -- O (9e8ca13a3a7c3a2b33bda1fa06713aea655ad6d9) The removed revisions are not necessarilly gone - if another reference still refers to them they will stay in the repository. No new revisions were added by this update. Summary of changes: README | 53 +++++++ TODO | 26 ++++ build-for-reprepro.sh | 39 +++++ debian/changelog | 175 ++++++++++++++++++++++ debian/compat | 1 + debian/control | 14 ++ debian/copyright | 13 ++ debian/pycompat | 1 + debian/pyhoca-cli.docs | 2 + debian/pyhoca-cli.install | 1 + debian/pyhoca-cli.manpages | 1 + debian/rules | 24 +++ debian/source/format | 1 + man/pyhoca-cli.1 | 172 ++++++++++++++++++++++ pyhoca-cli | 344 +++++++++++++++++++++++++++++++++++++++++++ pyhoca/__init__.py | 19 +++ pyhoca/cli/__init__.py | 25 +++ pyhoca/cli/frontend.py | 351 ++++++++++++++++++++++++++++++++++++++++++++ setup.py | 35 +++++ 19 files changed, 1297 insertions(+), 0 deletions(-) create mode 100644 README create mode 100644 TODO create mode 100755 build-for-reprepro.sh create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/pycompat create mode 100644 debian/pyhoca-cli.docs create mode 100644 debian/pyhoca-cli.install create mode 100644 debian/pyhoca-cli.manpages create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 man/pyhoca-cli.1 create mode 100755 pyhoca-cli create mode 100644 pyhoca/__init__.py create mode 100644 pyhoca/cli/__init__.py create mode 100644 pyhoca/cli/frontend.py create mode 100755 setup.py hooks/post-receive -- Python X2go Client (command line client)