We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The solr:download rake task fails on OS X.
solr:download
When the download is finished, the file’s checksum is checked using md5sum -c which isn’t present on OS X.
md5sum -c
Is there a way to make this platform independent?
The text was updated successfully, but these errors were encountered:
Yes, maybe with some conditionals, can you submit a patch please?
Sorry, something went wrong.
Added MD5_COMMAND option. Fixes issue dcrec1#26
961c892
…so you can run rake `solr:download MD5_COMMAND="md5"` on OS X for example
No branches or pull requests
The
solr:download
rake task fails on OS X.When the download is finished, the file’s checksum is checked using
md5sum -c
which isn’t present on OS X.Is there a way to make this platform independent?
The text was updated successfully, but these errors were encountered: