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
Problem: pulp_rpm 3.3.0 cannot install (& F32 upgrade) #657
Problem: pulp_rpm 3.3.0 cannot install (& F32 upgrade) #657
Conversation
|
Attached issue: https://pulp.plan.io/issues/6522 Attached issue: https://pulp.plan.io/issues/6523 |
Required PR: pulp/pulpcore#657 re #6440 https://pulp.plan.io/issues/6440
|
@mikedep333 Needs a changelog entry |
f979e74
to
b54a9fa
Compare
fixes: #6522
on the pulp-operator pulp container because Fedora's createrepo_c is too old Solution: Temporarily replace the createrepo_c RPM with its build-dependencies, and let createrepo_c get installed & built from PyPI. fixes: #6523
b54a9fa
to
1e61111
Compare
|
This seems to be failing because of a bug in the Travis scripts: It is trying to use the Travis Python version (3.7) in the containers. But going from Fedora 30 containers to Fedora 32 means going from Python 3.7 to 3.8. |
Required PR: pulp/pulpcore#657 re #6440 https://pulp.plan.io/issues/6440
|
@mikedep333 do you think we can reopen it? |
|
@fao89 yes, we just have to fix the bug #657 (comment) |
the problem was with unit tests here: |
|
@mikedep333 maybe it is better to move this container thing out of pulpcore, to a repo we (CI/CD team) have more control |
|
@fao89 The plan has been to move it out. We agreed on pulp-operator, but we need to figure out the CI details and folder structure and all. There's probably a redmine ticket. |
|
@fao89 , @mikedep333 , do we still need it? or should we close it? |
it was moved to pulp-operator, we can close it |
|
Closing as per #657 (comment) |
on the pulp-operator pulp container because Fedora's createrepo_c
is too old
Solution: Temporarily replace the createrepo_c RPM with its
build-dependencies, and let createrepo_c get installed &
built from PyPI.
fixes: #6523
Developed on top of this change:
containers: Upgrade to Fedora 32
fixes: #6522