-
Notifications
You must be signed in to change notification settings - Fork 29
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 #34298 - support KEEP_CHANGELOG_LIMIT option #242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature belongs to the RPM plugin, so everything should be happening in pulpcore::plugin::rpm.
Here's an example where we set config for a plugin:
config => 'TOKEN_AUTH_DISABLED=True', |
I pushed a commit which addresses all feedback and moves the feature to pulpcore::plugin::rpm Will squash it after running all tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small nits, but this is indeed what I expected. Please address them and squash the commit.
One thing that we can't do anything about, but I wonder if the Pulp setting should have been prefixed so it's RPM_KEEP_CHANGELOG_LIMIT
. Or will pulp_deb also respect it? Just thinking out loud now.
fe6426e
to
739d0f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This was added to Pulpcore with pulp/pulp_rpm#2333
Backport to 3.14 is underway