It was originally designed for garbage-collector, but it is now using buildReferences call which supersedes this one.
Fixes: https://pagure.io/koji/issue/1721
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
deleting code :tada: :
Wait, after these changes, list-untagged with --show-references is not working:
koji list-untagged --show-references GenericError: Invalid method: buildMap\n(Showing build references)\n'
Ah, it is used in CLI - I'll check, if we can replace it with buildReferences. If not, I'll drop an issue as invalid.
rebased onto a35f864f32cd96e42e10468898b88a5dc7065875
I believe, nobody is using as it is (CLI) for real-world deployment, it would probably die on memory issues. So, I've replaced it with similar values from buildReferences.
buildReferences
:thumbsup:
Commit 46d7fa7d fixes this pull-request
Pull-Request has been merged by tkopecek
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
It was originally designed for garbage-collector, but it is now using
buildReferences call which supersedes this one.
Fixes: https://pagure.io/koji/issue/1721