#545 components not displayed for non-images
Closed: Fixed 6 years ago Opened 6 years ago by mikem.

The CG interface allows archives besides images to have component lists, but the ui does not display them.

E.g. https://koji.fedoraproject.org/koji/archiveinfo?archiveID=54563 (shows no components)

Yet

$ koji --quiet --noauth call --json-output listRPMs imageID=54563  |jq '.[] | .nvr+"."+.arch'
"ed-1.14.1-4.module_843ce08a.src"
"ed-debuginfo-1.14.1-4.module_843ce08a.x86_64"
"ed-1.14.1-4.module_843ce08a.x86_64"
"ed-debuginfo-1.14.1-4.module_843ce08a.ppc64le"
"ed-1.14.1-4.module_843ce08a.ppc64le"
"ed-debuginfo-1.14.1-4.module_843ce08a.aarch64"
"ed-1.14.1-4.module_843ce08a.aarch64"
"ed-1.14.1-4.module_843ce08a.ppc64"
"ed-debuginfo-1.14.1-4.module_843ce08a.ppc64"
"ed-1.14.1-4.module_843ce08a.i686"
"ed-debuginfo-1.14.1-4.module_843ce08a.i686"
"ed-1.14.1-4.module_843ce08a.s390x"
"ed-debuginfo-1.14.1-4.module_843ce08a.s390x"
"ed-debuginfo-1.14.1-4.module_843ce08a.armv7hl"
"ed-1.14.1-4.module_843ce08a.armv7hl"

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.15

6 years ago

Commit 601871c relates to this ticket

Login to comment on this ticket.

Metadata