mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-02 17:56:15 +01:00
Align --no-service commit command parameter to build command param
style.
This commit is contained in:
parent
881641d479
commit
d22b2a6523
@ -3655,7 +3655,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
help='Skip the source validation')
|
help='Skip the source validation')
|
||||||
@cmdln.option('-v', '--verbose', default=False, action="store_true",
|
@cmdln.option('-v', '--verbose', default=False, action="store_true",
|
||||||
help='Run the source services and validation with verbose information')
|
help='Run the source services and validation with verbose information')
|
||||||
@cmdln.option('--skip-local-service-run', default=False, action="store_true",
|
@cmdln.option('--no-service', default=False, action="store_true",
|
||||||
help='Skip service run of \'localonly\' or \'trylocal\' configured source services')
|
help='Skip service run of \'localonly\' or \'trylocal\' configured source services')
|
||||||
def do_commit(self, subcmd, opts, *args):
|
def do_commit(self, subcmd, opts, *args):
|
||||||
"""${cmd_name}: Upload content to the repository server
|
"""${cmd_name}: Upload content to the repository server
|
||||||
|
Loading…
Reference in New Issue
Block a user