mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-21 19:20:44 +02:00
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 <smcv@debian.org>
This commit is contained in:
parent
5b3401496c
commit
9935a5b7d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue