From bca5a8465a653a3e623d5ed172a419808e88f9b3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 14 Feb 2017 08:58:26 +0000 Subject: Travis-CI: Get new autoconf-archive from Ubuntu Hopefully this has better uptime than snapshot.debian.org, which is really an archival service rather than a production component. This particular autoconf-archive version was in Ubuntu 16.10, so it should stay around for a while. Signed-off-by: Simon McVittie (cherry picked from commit 9935a5b7d177b2368506fa48e7fdfa94ea0151fa) --- tools/ci-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/ci-install.sh b/tools/ci-install.sh index b01c28ab..5c0ec7d7 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -145,7 +145,7 @@ case "$ci_distro" in case "$ci_suite" in (trusty|jessie) # Ubuntu 14.04's autoconf-archive is too old - wget http://snapshot.debian.org/archive/debian/20160905T163745Z/pool/main/a/autoconf-archive/autoconf-archive_20160320-1_all.deb + wget http://archive.ubuntu.com/ubuntu/pool/universe/a/autoconf-archive/autoconf-archive_20160320-1_all.deb $sudo dpkg -i autoconf-archive_*_all.deb rm autoconf-archive_*_all.deb ;; -- cgit v1.2.1