Fixes: https://pagure.io/koji/issue/1562
1 new commit added
move inner join before outer joins
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
@julian8628 @mikem review?
this might never happen
:thumbsup: for the logic maybe
candidate_buildroot_ids = candidate_buildroot_ids.intersection(set(result))
can be
candidate_buildroot_ids &= set(result)
to always use operators of set?
rebased onto d79d45d9515093a23eb629ef364d58fa8d0a0dbf
updated - there was more garbage :-)
:thumbsup:
Commit fe8f19ec fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/1562