Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
a602b464
Commit
a602b464
authored
Apr 22, 2019
by
Valentin Reis
Browse files
[refactor] renaming command-line utilities
cmd -> nrm daemon -> nrmd argo-perf-wrapper -> nrm-perfwrapper
parent
8881dfdd
Pipeline
#6498
passed with stages
in 5 minutes and 28 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.repoquality
View file @
a602b464
nrm/*.py
nrm/coolr/*.py
tests/*.py
bin/
daemon
bin/
cmd
bin/
argo
-perf
-
wrapper
bin/
nrmd
bin/
nrm
bin/
nrm
-perfwrapper
README.markdown
View file @
a602b464
...
...
@@ -20,7 +20,7 @@ the our container piece on the system for now.
## Basic Usage
Launch
the
`daemon`
,
and use
`
cmd
`
to interact with it.
Launch
`nrmd`
and use
`
nrm
`
to interact with it.
## Additional Info
...
...
bin/
cmd
→
bin/
nrm
View file @
a602b464
File moved
bin/
argo
-perf
-
wrapper
→
bin/
nrm
-perfwrapper
View file @
a602b464
File moved
bin/
daemon
→
bin/
nrmd
View file @
a602b464
File moved
setup.py
View file @
a602b464
...
...
@@ -21,5 +21,5 @@ setup(
packages
=
find_packages
(),
install_requires
=
[],
scripts
=
[
'bin/
daemon
'
,
'bin/app'
,
'bin/
cmd
'
,
'bin/
argo
-perf
-
wrapper'
]
scripts
=
[
'bin/
nrmd
'
,
'bin/app'
,
'bin/
nrm
'
,
'bin/
nrm
-perfwrapper'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment