1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-22 21:16:16 +01:00

- do_repairlink: support "osc repairlink prj/pkg" syntax

This commit is contained in:
Marcus Huewe 2012-11-01 20:02:14 +01:00
parent b8dedd3f8f
commit 1fe51dc482

View File

@ -6700,7 +6700,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
"""
apiurl = self.get_api_url()
args = slash_split(args)
if len(args) >= 3 and len(args) <= 4:
prj = args[0]
package = target_package = args[1]