-
Notifications
You must be signed in to change notification settings - Fork 20
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
Get the checksum file from archive.apache.org #119
base: master
Are you sure you want to change the base?
Conversation
Previously, when a mirror was set it was trying to get the checksum from www.us.apache.org which only had the checksums for the three supported versions.
www.us.apache.org only hosts the last point release for the last three minor releases. See cbeer/solr_wrapper#119
I think there might be something else going on with the checksum code. We tried overriding the checksum path url and it still failed even though sha1s were the same. The only workaround for us seems to be to ignore checksum altogether: tulibraries/tul_cob#755 |
I'm confused about the difference between Regardless, I'd really like if this problem was actually fixed in a solr_wrapper release, so we didn't all have to find confusing workarounds. @cbeer is there any chance of a review/merge/release? Pretty please? |
Previously, when a mirror was set it was trying to get the checksum from
www.us.apache.org which only had the checksums for the three supported
versions.