Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
0ba04d75
Commit
0ba04d75
authored
Jun 15, 2020
by
Lorenz Hüdepohl
Browse files
More help for mpcdf_setup_home_project
parent
8dae68a5
Pipeline
#76603
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_setup_home_project.py
View file @
0ba04d75
...
...
@@ -13,8 +13,9 @@ import osc.cmdln
help
=
"Do not actually run anything but output the resulting XML configuration"
)
@
osc
.
cmdln
.
option
(
'--remove-old'
,
action
=
"store_true"
,
default
=
False
,
help
=
"Remove all obsolete repositories instead of only disabling builds for packages there"
)
@
osc
.
cmdln
.
option
(
'--distribution'
,
help
=
"Base distribution, necessary argument unless set previously for this project"
)
@
osc
.
cmdln
.
option
(
'--distribution'
,
metavar
=
"DIST"
,
nargs
=
1
,
help
=
"Base distribution, necessary argument unless set previously for this project. "
"Valid arguments are the names of any repository in the 'software' project."
)
@
osc
.
cmdln
.
option
(
'--microarchitecture'
,
metavar
=
"ARCH"
,
nargs
=
1
,
help
=
"Configure project to use ARCH as microarchitecture, "
"defaults to 'sandybridge' or what has been set before in the "
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment