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
bob
bob.devtools
Commits
32cc3fbc
Commit
32cc3fbc
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[scripts][ci] Improve help message for base-build
parent
6e6b148e
Pipeline
#26918
passed with stage
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
32cc3fbc
...
...
@@ -303,10 +303,17 @@ def pypi(package, dry_run):
@
ci
.
command
(
epilog
=
'''
Examples:
1. Builds a list of packages (base dependencies) defined in a text file
1. Builds a list of non-python packages (base dependencies) defined in a text
file:
$ bdt ci base-build -vv order.txt
2. Builds a list of python-dependent packages (base dependencies) defined in
a text file, for python 3.6 and 3.7:
$ bdt ci base-build -vv --python=3.6 --python=3.7 order.txt
'''
)
@
click
.
argument
(
'order'
,
required
=
True
,
type
=
click
.
Path
(
file_okay
=
True
,
dir_okay
=
False
,
exists
=
True
),
nargs
=
1
)
...
...
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