Actions
Feature #24840
openCV publish needs to filter modules based on package filters
Description
Content view publish as of today does not filter Modules based packages.
- Sync a repo with modules (https://repos.fedorapeople.org/pulp/pulp/fixtures/rpm-with-modules/)
- Add the repo to content view
- Create an includes package filter (kangaroo*.rpm)
- Publish the content view
Notice all the modules belonging to the repo are copied over even though onlu 1 package got through.
We need code that purges modules that have no packages.
Actions