-
Notifications
You must be signed in to change notification settings - Fork 295
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 #36686 - temporarily patch out Pulp dist hidden field #10701
Fixes #36686 - temporarily patch out Pulp dist hidden field #10701
Conversation
Issues: #36686 |
I am seeing this on an ansible collection repo sync on capsule: |
Rubocop failures..We could turn off rubocop for this file. |
67ef2a2
to
cb8aa41
Compare
@sjha4 this is all good now. |
More VCR failures suddenly... was there another update to the Pulp API bindings I wonder? |
We could pin the gems to the versions in koji. |
That's alright, we should be able to take in whatever the latest z version is. However, there really shouldn't be major API changes. I'll see if I find any suspicious changes. |
cb8aa41
to
d2c33fd
Compare
d2c33fd
to
99a55f9
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.
Ack..One known issue of collections we can get to later once the patch is out, This looks good to go!
What are the changes introduced in this pull request?
Removes the hidden field from Pulpcore 3.28 supported clients so that n-1 smart proxy syncing works.
Considerations taken when implementing this change?
This should be removed as soon as possible.
What are the testing steps for this pull request?
Try syncing an n-1 smart proxy (that has Pulpcore 3.22) with varying repository types.