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

- do_maintainer: support "osc maintainer prj/pkg" syntax

This commit is contained in:
Marcus Huewe 2013-01-08 22:32:27 +01:00
parent 737bac561b
commit cfed92103a

View File

@ -6507,6 +6507,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.bugowner_only or opts.bugowner or opts.set_bugowner or opts.set_bugowner_request or subcmd == 'bugowner':
roles = [ 'bugowner' ]
args = slash_split(args)
if len(args) == 0:
try:
pac = store_read_package('.')