parent
b345b62b6d
commit
b2438c47ed
1 changed files with 1 additions and 2 deletions
|
|
@ -1363,8 +1363,7 @@ def readTaggedBuilds(tag, event=None, inherit=False, latest=False, package=None,
|
|||
if not btype:
|
||||
raise koji.GenericError('unsupported build type: %s' % type)
|
||||
btype_id = btype['id']
|
||||
joins += ['build_types ON build.id = build_types.build_id',
|
||||
'btype_id = %(btype_id)s']
|
||||
joins += ['build_types ON build.id = build_types.build_id AND btype_id = %(btype_id)s']
|
||||
|
||||
clauses = [
|
||||
eventCondition(event, 'tag_listing'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue