#1350 taginfo (koji-web) Packages count incl. blocked packages
Closed: Fixed by tkopecek. Opened by davidlt.

https://koji.fedoraproject.org/koji/taginfo?tagID=6438

Shows:

Packages  27876
# koji list-pkgs --tag=f31 | wc -l
22038
# koji list-pkgs | wc -l
28358

From what I understand taginfo webpage Packages field incl. package which are blocked (i.e. not included). Also maybe we can pick one wording between CLI and webpage (packageinfo)? "Included" (web page) vs "Blocked" (CLI).

See: https://koji.fedoraproject.org/koji/packageinfo?packageID=9041

nss-util is added to f31, but then "Blocked" (according to CLI), but it's not "Included".

Usage: koji list-pkgs [options]
[..]
  --show-blocked     Show blocked packages
[..]

Looks like Fedora adds most of the packages to particular release and then just blocks what's not needed, deprecated, dead, etc.


Metadata Update from @mikem:
- Issue tagged with: usability

The blocked filtration should probably be handled in the listPackages call so that the cli and webui are doing the same thing.

We might also want to have the webui default to not show blocked entries, as the cli does, and add an option there to show them.

Metadata Update from @jcupova:
- Custom field Size adjusted to None

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

Metadata Update from @jcupova:
- Issue tagged with: testing-ready

Metadata Update from @ksulayma:
- Issue tagged with: testing-done

Commit caf5fdd5 fixes this issue

Commit 355c7130 fixes this issue

There's a regression here, listPackages no longer returns blocked packages for tags. https://pagure.io/koji/issue/3193 tracks this bug.

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1350

Please continue any further discussion there.

Metadata
Related Pull Requests