-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Regression: yum $releasever results in 404 error for RHEL yum repo #153
Comments
Also, since the old code used is_hash, and that is deprecated, would you prefer:
Code in question: |
+1 |
I am getting this on redhat 7 as well. |
I can confirm that this issue is affecting us on Redhat Enterprise Linux 7 as well |
I created #172 which fixes this issue (again, I guess?) and also adds the proper GPG key for EE if you are using EE and enables RPM verification. |
I can also confirm that on RHEL7 the URL https://packages.gitlab.com/gitlab/gitlab-ce/el/7Server/x86_64/repodata/repomd.xml 404's. The correct URL should be https://packages.gitlab.com/gitlab/gitlab-ce/el/7/x86_64/repodata/repomd.xml. |
Fixed by #172 I think |
This commit, which changes ${releasever} (set to 5/6/7 for RHEL) to $releasever (uses the yum releasever) does not work for us on RHEL6. The yum $releasever is 6Server, and the actual gitlab URL needs just 6.
1192cc6
This was previously noted and fixed / working fine, e.g. as seen in this issue:
#42
I'm happy to put in a PR (I forked the module anyway so that I could get my upgrade to proceed), but I wanted to put in an issue first to get confirmation.
The text was updated successfully, but these errors were encountered: