Skip to content
Snippets Groups Projects
Commit f93e27d0 authored by Demian Katz's avatar Demian Katz
Browse files

Restoring old Apache URL.

parent 48183fca
Branches
Tags
No related merge requests found
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not> <not><available file="${srcdir}/downloads/solr-${solr_version}.tgz" /></not>
<then> <then>
<mkdir dir="${srcdir}/downloads" /> <mkdir dir="${srcdir}/downloads" />
<httpget url="https://vufind.org/jenkins/job/VuFind/ws/downloads/solr-${solr_version}.tgz" dir="${srcdir}/downloads" /> <httpget url="http://archive.apache.org/dist/lucene/solr/${solr_version}/solr-${solr_version}.tgz" dir="${srcdir}/downloads" />
</then> </then>
</if> </if>
<!-- unpack the archive into solr/vendor --> <!-- unpack the archive into solr/vendor -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment