Fixes https://pagure.io/koji/issue/1604
In this function, we have binfo, buildinfo, and self.buildinfo. A little confusing ;)
Note that self.buildinfo['owner'] is validated in prep_build()
:thumbsup:
Metadata Update from @julian8628: - Pull-request tagged with: testing-ready
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Commit 6f4c7b97 fixes this pull-request
Pull-Request has been merged by mikem
Fixes https://pagure.io/koji/issue/1604
In this function, we have binfo, buildinfo, and self.buildinfo.
A little confusing ;)
Note that self.buildinfo['owner'] is validated in prep_build()