Loading cccli/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ canonical_name="cc-cli" debug = False # set version version = "6~dev" version = "6" if version.find("dev") != -1: git_version() debian/changelog +48 −0 Original line number Diff line number Diff line cc-cli (6) unstable; urgency=low Anael Beutot (3): Fix command pause Implemented command disablevirtiocache Implemented autostart command Antoine Millet (1): Implemented wall handler Sébastien Luttringer (26): fix empty listing of list -t id list use id tql as no given args add seperator only when needed bump dev v6 Handle new tag system Command cancel use TQL Add purge command Ignore commands starting by a dot Add pager to Printer class Reimplement console and rshell Handle ^] to quit from rshell and console commands Handle ^] to quit from rshell and console commands Return empty sting to simulate an EOF with ^] Use new resize function API Rename rshell to shell Use sjrpc wait_shutdown API (v18) shell: set initial term size shell/console: print prompt on a new line console.py: pylint clean Fix usage for time command Implement port forwarding commands Move FakeTtySocket into printer module Use os.devnull when possible Add vnc command Remove sheebang in python library Try to use @staticmethod Thomas Souvignet (5): remove 'jobs' command Add attachment command implement 'rshell' command implement 'console' command rework rights commands to handle new system -- Sébastien Luttringer <sebastien.luttringer@smartjog.com> Fri, 19 Oct 2012 14:38:28 +0200 cc-cli (5) unstable; urgency=low Antoine Millet (1): Loading Loading
cccli/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ canonical_name="cc-cli" debug = False # set version version = "6~dev" version = "6" if version.find("dev") != -1: git_version()
debian/changelog +48 −0 Original line number Diff line number Diff line cc-cli (6) unstable; urgency=low Anael Beutot (3): Fix command pause Implemented command disablevirtiocache Implemented autostart command Antoine Millet (1): Implemented wall handler Sébastien Luttringer (26): fix empty listing of list -t id list use id tql as no given args add seperator only when needed bump dev v6 Handle new tag system Command cancel use TQL Add purge command Ignore commands starting by a dot Add pager to Printer class Reimplement console and rshell Handle ^] to quit from rshell and console commands Handle ^] to quit from rshell and console commands Return empty sting to simulate an EOF with ^] Use new resize function API Rename rshell to shell Use sjrpc wait_shutdown API (v18) shell: set initial term size shell/console: print prompt on a new line console.py: pylint clean Fix usage for time command Implement port forwarding commands Move FakeTtySocket into printer module Use os.devnull when possible Add vnc command Remove sheebang in python library Try to use @staticmethod Thomas Souvignet (5): remove 'jobs' command Add attachment command implement 'rshell' command implement 'console' command rework rights commands to handle new system -- Sébastien Luttringer <sebastien.luttringer@smartjog.com> Fri, 19 Oct 2012 14:38:28 +0200 cc-cli (5) unstable; urgency=low Antoine Millet (1): Loading