From 3e22b0c791fabf9cc4bca3d7b0ba84f56483dd83 Mon Sep 17 00:00:00 2001 From: j3nsch Date: Thu, 26 Oct 2023 11:21:44 +0200 Subject: [PATCH] #1125 Use faster download URL for SOLR --- Vagrantfile | 2 +- build.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index f6e013ddd..7f95e4839 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -63,7 +63,7 @@ mkdir -p "downloads" cd downloads SOLR_TAR="solr-$SOLR_VERSION.tgz" if test ! -f "$SOLR_TAR"; then - SOLR_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/$SOLR_TAR" + SOLR_URL="https://www.apache.org/dyn/closer.lua/solr/solr/$SOLR_VERSION/$SOLR_TAR?action=download" echo "Getting: $SOLR_URL" wget -q --show-progress --progress=bar:force $SOLR_URL fi diff --git a/build.xml b/build.xml index 7879d19b7..c492eedcd 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + @@ -341,7 +341,7 @@ -