1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

submitreq: add shortcut 'sr' for Darix

This commit is contained in:
Dr. Peter Poeml 2008-07-09 20:38:49 +00:00
parent 87460b2763
commit 83862c1040

View File

@ -406,6 +406,7 @@ class Osc(cmdln.Cmdln):
@cmdln.option('--nodevelproject', action='store_true',
help='do not follow a defined devel project ' \
'(primary project where a package is developed)')
@cmdln.alias("sr")
def do_submitreq(self, subcmd, opts, *args):
"""${cmd_name}: Handle requests to submit a package into another project