From: Peter van Dijk Date: Fri, 16 Mar 2018 13:33:58 +0000 (+0100) Subject: backport #6360: use mirror for dnsperf X-Git-Tag: auth-4.1.2~18^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6416%2Fhead;p=thirdparty%2Fpdns.git backport #6360: use mirror for dnsperf (cherry picked from commit 0e62797ed1cc33cbc44cbbc58d69da400cec85b1) --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index d33e0bc588..8733b8e71a 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"