mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
Allow slash separated arguments in "osc rpmlintlog"
This commit is contained in:
@@ -5224,6 +5224,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
osc rpmlintlog project package repository arch
|
||||
"""
|
||||
apiurl = self.get_api_url()
|
||||
args = slash_split(args)
|
||||
|
||||
if len(args) == 4:
|
||||
project, package, repository, arch = args
|
||||
|
Reference in New Issue
Block a user