Skip to content
GitLab
Menu
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
f6e781d4
Commit
f6e781d4
authored
Nov 30, 2018
by
Lorenz Huedepohl
Browse files
An alias with the same name is not allowed
parent
0bf0f9ba
Pipeline
#67038
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_sync_projects.py
View file @
f6e781d4
...
...
@@ -15,7 +15,7 @@ import osc.cmdln
help
=
"Source project"
)
@
osc
.
cmdln
.
option
(
'-t'
,
'--to'
,
help
=
"Just sync with this single destination project"
)
@
osc
.
cmdln
.
alias
(
"mpcdf_sync_proj
ects
"
)
@
osc
.
cmdln
.
alias
(
"mpcdf_sync_proj"
)
def
do_mpcdf_sync_projects
(
self
,
subcmd
,
opts
,
*
args
):
"""${cmd_name}: Branch all/missing packages from a project to another and sync their metadata
...
...
Write
Preview
Supports
Markdown
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