Bug #7953
closed[Deployment] build-packages on CentOS 6.6 is broken
Description
The Software Collections .rpms that our CentOS 6.6 Dockerfile tries to download no longer exist.
I found similar-looking RPMs nearby at https://www.softwarecollections.org/repos/rhscl/python27/rhscl-python27-epel-6-x86_64/noarch/rhscl-python27-epel-6-x86_64-1-2.noarch.rpm and https://www.softwarecollections.org/repos/rhscl/rh-python34/rhscl-rh-python34-el6-epel-6-x86_64/noarch/rhscl-rh-python34-epel-6-x86_64-1-2.noarch.rpm. Simply swapping those URLs in just causes the build process to fail when it tries to actually install the backports, because repository metadata is not available.
Investigate whether this is a temporary or permanent change, and update our CentOS 6.6 build process as needed.
Updated by Brett Smith about 9 years ago
- Status changed from In Progress to Resolved
The build pipeline has successfully run a couple of times since these changes, so this is resolved.