Bug #1780
closedEPEL snippet broken
Description
Currently the EPEL snippet won't work due to this link being used:
http://download.fedoraproject.org/pub/epel/$major/$arch/epel-release-$os.noarch.rpm
As per this mailing list post:
http://lists.fedoraproject.org/pipermail/users/2012-February/414558.html
download.fedoraproject.org redirects elsewhere, which breaks the rpm command. If you change the subdomain to 'dl', like so:
http://dl.fedoraproject.org/pub/epel/$major/$arch/epel-release-$os.noarch.rpm
It works.
Updated by Ohad Levy over 12 years ago
care to send a patch? (or github pull request etc)?
Updated by Andy Taylor over 12 years ago
Looks like I might have been running into a problem on my end as well - but this is probably still an issue. Maybe someone else doing CentOS 5 builds could give it a try?
Updated by Sam Kottler over 12 years ago
- Status changed from New to Pending
- Assignee set to Ohad Levy
https://github.com/theforeman/foreman/pull/119 fixes this issue.
Updated by Anonymous over 12 years ago
- Status changed from Pending to Closed
- % Done changed from 0 to 100
Applied in changeset 7d035168c2e0fb16fe968f3bb75fa4f05638d264.