-
Notifications
You must be signed in to change notification settings - Fork 124
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
Added repo_config json file #3298
Conversation
c5487b1
to
2d77351
Compare
pulp_rpm/app/migrations/0054_remove_rpmpublication_gpgcheck_and_more.py
Outdated
Show resolved
Hide resolved
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.
see comments
ae3a088
to
52b4422
Compare
) | ||
gpgcheck = serializer.validated_data.get("gpgcheck") | ||
repo_gpgcheck = serializer.validated_data.get("repo_gpgcheck") | ||
gpgcheck_options = {} |
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.
Same here. But I'm a little confused if it really needs to happen in both places?
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.
one is for repo and second is for publication
5e6a8c2
to
3915d96
Compare
closes #2902
closes #2903