Skip to content

Commit d890468

Browse files
committed
[osc] Also provide '--noservice' parameter to 'osc commit'.
It is already used for 'osc build' and much shorter than '--skip-local-service-run'
1 parent a9b51e3 commit d890468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osc/commandline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@ def do_addremove(self, subcmd, opts, *args):
38013801
help='deprecated, don\'t use it')
38023802
@cmdln.option('-v', '--verbose', default=False, action="store_true",
38033803
help='Run the source services with verbose information')
3804-
@cmdln.option('--skip-local-service-run', default=False, action="store_true",
3804+
@cmdln.option('--skip-local-service-run', '--noservice', default=False, action="store_true",
38053805
help='Skip service run of configured source services for local run')
38063806
def do_commit(self, subcmd, opts, *args):
38073807
"""${cmd_name}: Upload content to the repository server

0 commit comments

Comments
 (0)