From: Remi Gacogne Date: Thu, 11 Oct 2018 09:34:19 +0000 (+0200) Subject: auth-4.0.x: Use a mirror for the dnsperf package X-Git-Tag: auth-4.0.6~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7052%2Fhead;p=thirdparty%2Fpdns.git auth-4.0.x: Use a mirror for the dnsperf package --- 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"