#2038 Don't use listTagged(tag, *) for untag-build
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue2037  into  master

Download 2038.patch

Fixes: https://pagure.io/koji/issue/2037

:thumbsup:

rebased onto ede5bf34f39d687887535a88beffb73d400a4c5b

2 new commits added

  • fix chain iteration
  • Don't use listTagged(tag, *) for untag-build

works for me.

pretty please pagure-ci rebuild

@tkopecek what's missing here? Can we target it for 1.22?

Yes, it is scheduled for 1.22 (see #2037, version are linked to issues, so it is not visible in PRs)

Well this is certainly better, but I find I'm frustrated with the api limitations here. We're still querying irrelevant data, just less of it. Unfortunately, I don't see any way that is much better without changing the hub. We could call listTags for each build instead, but that is also full of irrelevant data. I guess we could use queryHistory calls, but that seems obscure.

Anyway... :thumbsup:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

Commit ef0730f5 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata