mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-05 20:58:42 +02:00
display source packgae name when searching for binaries
This commit is contained in:
@@ -6159,7 +6159,11 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if project is None:
|
||||
project = node.get('name')
|
||||
else:
|
||||
package = node.get('name')
|
||||
if kind == 'published/binary/id':
|
||||
package = node.get('package')
|
||||
else:
|
||||
package = node.get('name')
|
||||
|
||||
result.append(project)
|
||||
if not package is None:
|
||||
result.append(package)
|
||||
|
Reference in New Issue
Block a user