Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #34399 - copy partial package groups #9924

Merged
merged 2 commits into from Feb 14, 2022
Merged

Conversation

jlsherrill
Copy link
Member

as part of cv publish

What are the changes introduced in this pull request?

Considerations taken when implementing this change?

This is a partial revert of this: #9206
As part of pulp 3.14, the behavior in pulp changed: https://pulp.plan.io/issues/9055 so we can now revert back to that behavior that was present in pulp2 as well.

What are the testing steps for this pull request?

  1. sync a rhel 7 kickstart repo
  2. create a cv and add the repo to it
  3. add an exclude filter and exclude all versions of java-11-openjdk
  4. publish the content view
  5. check its package groups, it won't include 'Base' package group
    after the patch it should

Copy link
Member

@sjha4 sjha4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as described.

Version without the change without Base package group:
Screenshot from 2022-02-09 14-10-33

Version with the change with Base package group:
Screenshot from 2022-02-09 14-09-59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants