]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.0.x: Use a mirror for the dnsperf package 7052/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 11 Oct 2018 09:34:19 +0000 (11:34 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 11 Oct 2018 09:34:19 +0000 (11:34 +0200)
build-scripts/travis.sh

index d1c87e1e8e3802644ffc1cd9d5358524cb6331f3..40f7634e24c24178dbe511ca1243faf28b390fc2 100755 (executable)
@@ -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"