Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osc-plugins
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
obs
osc-plugins
Commits
0ba04d75
Commit
0ba04d75
authored
5 years ago
by
Lorenz Hüdepohl
Browse files
Options
Downloads
Patches
Plain Diff
More help for mpcdf_setup_home_project
parent
8dae68a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#76603
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mpcdf_setup_home_project.py
+3
-2
3 additions, 2 deletions
mpcdf_setup_home_project.py
with
3 additions
and
2 deletions
mpcdf_setup_home_project.py
+
3
−
2
View file @
0ba04d75
...
@@ -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
"
...
...
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