-
Notifications
You must be signed in to change notification settings - Fork 419
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
Broken repo link when attempting to use pin to minor release #364
Comments
Looking through the data above, @ralucasg I've since noticed that you submitted and closed #365, which is effectively the potential fix above. With some minor adjustments, that PR can be merged as the fix for the main bug raised by this issue. |
…mulas#364) * All minor releases appear in an `archive` sub-directory. * Resolves main bug in GitHub issue saltstack-formulas#364. * Simplification of original GitHub PR saltstack-formulas#365 by @ralucasg.
…mulas#364) * All minor releases appear in an `archive` sub-directory. * Resolves main bug in GitHub issue saltstack-formulas#364. * Simplification of original GitHub PR saltstack-formulas#365 by @ralucasg.
Fix `repo.saltstack.com` URLs for pinned minor release (#364)
The main bug here is now resolved by the merge of #394, so I'm closing this issue. Thanks for your contribution. |
Fix `repo.saltstack.com` URLs for Python 3 packages (#364)
Reproducing steps:
https://repo.saltstack.com/yum/redhat/7/x86_64/2017.7.3/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror.
As per SaltStack documentation: https://repo.saltstack.com/#rhel the correct link would have been https://repo.saltstack.com/yum/redhat/7/x86_64/**archive**/2017.7.3/repodata/repomd.xml
Expected repo config file:
Formula generated repo config file:
The issue is that the link is missing the "archive" word before the release version.
The text was updated successfully, but these errors were encountered: