1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

[osc] Also provide '--noservice' parameter to 'osc commit'.

It is already used for 'osc build' and much shorter than '--skip-local-service-run'
This commit is contained in:
Sascha Peilicke 2012-02-23 14:27:04 +01:00
parent a9b51e3571
commit d8904685da

View File

@ -3801,7 +3801,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='deprecated, don\'t use it')
@cmdln.option('-v', '--verbose', default=False, action="store_true",
help='Run the source services with verbose information')
@cmdln.option('--skip-local-service-run', default=False, action="store_true",
@cmdln.option('--skip-local-service-run', '--noservice', default=False, action="store_true",
help='Skip service run of configured source services for local run')
def do_commit(self, subcmd, opts, *args):
"""${cmd_name}: Upload content to the repository server