basho / yokozuna

Riak + Solr
245 stars 76 forks source link

Added workaround for missing Solr and yokozuna artifacts on AWS #739

Closed fadushin closed 7 years ago

fadushin commented 7 years ago

This PR allows one to specify an alternate location for Solr and Yokozuna artifacts via the ARTIFACT_URL_PREFIX environment variable. These artifacts have traditionally been located on AWS, but which are currently not present or accessible, can be provided by other parties.

Example: export ARTIFACT_URL_PREFIX="https://files.tiot.jp/riak" make

Bob-The-Marauder commented 7 years ago

+1