Skip to content
Snippets Groups Projects
Commit 0ba04d75 authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

More help for mpcdf_setup_home_project

parent 8dae68a5
Branches
No related tags found
No related merge requests found
Pipeline #76603 passed
...@@ -13,8 +13,9 @@ import osc.cmdln ...@@ -13,8 +13,9 @@ import osc.cmdln
help="Do not actually run anything but output the resulting XML configuration") help="Do not actually run anything but output the resulting XML configuration")
@osc.cmdln.option('--remove-old', action="store_true", default=False, @osc.cmdln.option('--remove-old', action="store_true", default=False,
help="Remove all obsolete repositories instead of only disabling builds for packages there") help="Remove all obsolete repositories instead of only disabling builds for packages there")
@osc.cmdln.option('--distribution', @osc.cmdln.option('--distribution', metavar="DIST", nargs=1,
help="Base distribution, necessary argument unless set previously for this project") 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, @osc.cmdln.option('--microarchitecture', metavar="ARCH", nargs=1,
help="Configure project to use ARCH as microarchitecture, " help="Configure project to use ARCH as microarchitecture, "
"defaults to 'sandybridge' or what has been set before in the " "defaults to 'sandybridge' or what has been set before in the "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment