Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cc-cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
cc-cli
Commits
6e6b4137
Commit
6e6b4137
authored
12 years ago
by
Sébastien Luttringer
Browse files
Options
Downloads
Patches
Plain Diff
version 6
parent
b2af783f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cccli/__init__.py
+1
-1
1 addition, 1 deletion
cccli/__init__.py
debian/changelog
+48
-0
48 additions, 0 deletions
debian/changelog
with
49 additions
and
1 deletion
cccli/__init__.py
+
1
−
1
View file @
6e6b4137
...
...
@@ -30,6 +30,6 @@ canonical_name="cc-cli"
debug
=
False
# set version
version
=
"
6
~dev
"
version
=
"
6
"
if
version
.
find
(
"
dev
"
)
!=
-
1
:
git_version
()
This diff is collapsed.
Click to expand it.
debian/changelog
+
48
−
0
View file @
6e6b4137
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):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment