Learn more about these different git repos.
Other Git URLs
When I get the builds using listBuilds, I cannot use these build info to get the build type, because the build info not contain id filed, but listBuilds must use this id. This is a bug, in koji-1.25.1, first step is to get the build info(contain id filed) using get_build, but in koji-1.26.0 , if function parameter not contain id, the function will not get id
if no this id filed, will display the error in the attament <img alt="2.png" src="/koji/issue/raw/files/347855248729fcee51ee707bf2d253b82bdb68f44452f38ba0ae71073ad83402-2.png" />
PR #3092
Metadata Update from @julian8628: - Custom field Size adjusted to None
Metadata Update from @julian8628: - Issue set to the milestone: 1.27 - Issue tagged with: easyfix
The dict structure of the items in listBuilds's result is not the same as the one of getBuild (build_id -> id, and getBuildType honors the latter). So in the old get_build_type, although there's no id too, the input will be checked and transferred to the result of getBuild.
listBuilds
getBuild
build_id
id
getBuildType
get_build_type
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Metadata Update from @jcupova: - Issue tagged with: testing-done
Commit 82e5fbd fixes this issue
Commit d367420 fixes this issue
Log in to comment on this ticket.