mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 05:26:16 +01:00
- do_repairlink: support "osc repairlink prj/pkg" syntax
This commit is contained in:
parent
b8dedd3f8f
commit
1fe51dc482
@ -6700,7 +6700,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
apiurl = self.get_api_url()
|
apiurl = self.get_api_url()
|
||||||
|
args = slash_split(args)
|
||||||
if len(args) >= 3 and len(args) <= 4:
|
if len(args) >= 3 and len(args) <= 4:
|
||||||
prj = args[0]
|
prj = args[0]
|
||||||
package = target_package = args[1]
|
package = target_package = args[1]
|
||||||
|
Loading…
Reference in New Issue
Block a user