mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
Revert "Align --no-service commit command parameter to build command param"
This reverts commit d22b2a6523
.
We have not yet decided on how to best align the names of
service-related optional arguments.
This commit is contained in:
parent
d22b2a6523
commit
0de8953952
@ -3655,7 +3655,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
help='Skip the source validation')
|
||||
@cmdln.option('-v', '--verbose', default=False, action="store_true",
|
||||
help='Run the source services and validation with verbose information')
|
||||
@cmdln.option('--no-service', default=False, action="store_true",
|
||||
@cmdln.option('--skip-local-service-run', default=False, action="store_true",
|
||||
help='Skip service run of \'localonly\' or \'trylocal\' configured source services')
|
||||
def do_commit(self, subcmd, opts, *args):
|
||||
"""${cmd_name}: Upload content to the repository server
|
||||
|
Loading…
Reference in New Issue
Block a user