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 #34298 - support KEEP_CHANGELOG_LIMIT option #242

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

wbclark
Copy link
Collaborator

@wbclark wbclark commented Jan 21, 2022

This was added to Pulpcore with pulp/pulp_rpm#2333

Backport to 3.14 is underway

Copy link
Member

@ekohl ekohl left a 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',

manifests/init.pp Outdated Show resolved Hide resolved
@wbclark
Copy link
Collaborator Author

wbclark commented Jan 25, 2022

I pushed a commit which addresses all feedback and moves the feature to pulpcore::plugin::rpm

Will squash it after running all tests

Copy link
Member

@ekohl ekohl left a 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.

spec/classes/plugin_rpm_spec.rb Outdated Show resolved Hide resolved
manifests/plugin/rpm.pp Outdated Show resolved Hide resolved
Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants