From 982d87475f310c5a07e86e4d54ac96503f8e64f2 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 11 Oct 2018 11:34:19 +0200 Subject: [PATCH] auth-4.0.x: Use a mirror for the dnsperf package --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index d1c87e1e8e..40f7634e24 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -261,7 +261,7 @@ install_auth() { alien\ fakeroot" run "cd .." - run "wget ftp://ftp.nominum.com/pub/nominum/dnsperf/2.0.0.0/dnsperf-2.0.0.0-1-rhel-6-x86_64.tar.gz" + run "wget https://downloads.powerdns.com/tmp/dnsperf-2.0.0.0-1-rhel-6-x86_64.tar.gz" run "tar xzvf dnsperf-2.0.0.0-1-rhel-6-x86_64.tar.gz" run "fakeroot alien --to-deb dnsperf-2.0.0.0-1/dnsperf-2.0.0.0-1.el6.x86_64.rpm" run "sudo dpkg -i dnsperf_2.0.0.0-2_amd64.deb" -- 2.47.2