update solr repository

This commit is contained in:
Aitor Magán García 2016-05-30 23:13:35 +02:00 committed by aitor.magan
parent f7ee7e325f
commit 00e8a69ec2
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ then
if [ ! -d "$CACHE_DIR/$SOLAR_UNZIP_FOLDER" ]
then
# Download the solar installation file if it does not exist
wget --no-verbose --timestamping --directory-prefix=$CACHE_DIR http://ftp.cixug.es/apache/lucene/solr/4.10.4//$FILE
wget --no-verbose --timestamping --directory-prefix=$CACHE_DIR http://archive.apache.org/dist/lucene/solr/4.10.4/$FILE
# Unzip the folder
tar -xf "$CACHE_DIR/$FILE" --directory "$CACHE_DIR"
@ -101,4 +101,4 @@ python setup.py develop
echo "Running tests..."
python setup.py nosetests
python setup.py nosetests