From: Peter van Dijk Date: Fri, 16 Mar 2018 13:33:58 +0000 (+0100) Subject: use mirror for dnsperf X-Git-Tag: dnsdist-1.3.0~51^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e62797ed1cc33cbc44cbbc58d69da400cec85b1;p=thirdparty%2Fpdns.git use mirror for dnsperf --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index a556f7cc1c..6ba058e550 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -266,7 +266,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"