This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2db7f8f  ninja-fix – http://archive.apache.org/… moved to 
https://archive.apache.org/…
2db7f8f is described below

commit 2db7f8fb5df141be9135a813136bdcc7903196e4
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Tue Mar 26 11:52:47 2024 +0100

    ninja-fix – http://archive.apache.org/… moved to 
https://archive.apache.org/…
    
     ref: https://the-asf.slack.com/archives/CK23JSY2K/p1711449597284929
---
 docker/centos7-image.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/centos7-image.docker b/docker/centos7-image.docker
index c73b9bf..814392e 100644
--- a/docker/centos7-image.docker
+++ b/docker/centos7-image.docker
@@ -35,7 +35,7 @@ RUN until curl -f -S -s --retry 9 --retry-delay 1 
http://mirror.centos.org/cento
 RUN rpm -i --nodeps ant-junit-1.9.4-2.el7.noarch.rpm
 
 # try first downloads.a.o and then archive.a.o (as the latter has a 5GB per IP 
daily limit)
-RUN until curl -f -S -s --retry 9 --retry-delay 1 
https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz 
-o apache-ant-${ANT_VERSION}-bin.tar.gz || curl -f -S -s --retry 9 
--retry-delay 1 
http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
 -o apache-ant-${ANT_VERSION}-bin.tar.gz ; do echo "curl failed… trying again 
in 10s… " ; sleep 10 ; done
+RUN until curl -f -S -s --retry 9 --retry-delay 1 
https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz 
-o apache-ant-${ANT_VERSION}-bin.tar.gz || curl -f -S -s --retry 9 
--retry-delay 1 
https://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz
 -o apache-ant-${ANT_VERSION}-bin.tar.gz ; do echo "curl failed… trying again 
in 10s… " ; sleep 10 ; done
 
 RUN rm -rf /etc/ant.conf
 RUN tar xvf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to