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

Make gpgpcheck options to be a non-required parameter #1877

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

lubosmj
Copy link
Member

@lubosmj lubosmj commented Oct 23, 2020

ref #6926

@pulpbot
Copy link
Member

pulpbot commented Oct 23, 2020

Warning: Issue #6926 is not at NEW/ASSIGNED/POST.

@@ -250,7 +250,7 @@ def get_checksum_type(name, checksum_types):
return getattr(cr, checksum_type.upper(), cr.SHA256)


def publish(repository_version_pk, gpgcheck_options, metadata_signing_service=None,
def publish(repository_version_pk, gpgcheck_options=None, metadata_signing_service=None,
Copy link
Member

Choose a reason for hiding this comment

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

👍

Copy link
Member

Choose a reason for hiding this comment

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

It helps the migration plugin to stay compatible with older versions of pulp_rpm.

@lubosmj lubosmj force-pushed the fix-required-gpgcheck-publish-t branch from 4e6630f to fe8d20d Compare October 23, 2020 17:04
@lubosmj lubosmj force-pushed the fix-required-gpgcheck-publish-t branch from fe8d20d to 2e0c745 Compare October 23, 2020 17:07
@ipanova ipanova merged commit 8cea553 into pulp:master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants