From 0066d701186ef4ab6150b0a00c516cbeb0257805 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 16 Aug 2018 12:17:26 +0100 Subject: Use http instead of https for the gnu ftp mirror https seems broken on the Debian image: START autotools/hello/42930621-fetch.499.log START Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE tar source at hello.bst [line 16 column 2]: Error mirroring https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz: --- doc/examples/autotools/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/autotools/project.conf b/doc/examples/autotools/project.conf index 4cfc0e692..726e7dd5a 100644 --- a/doc/examples/autotools/project.conf +++ b/doc/examples/autotools/project.conf @@ -10,4 +10,4 @@ element-path: elements # Define some aliases for the tarballs we download aliases: alpine: https://gnome7.codethink.co.uk/tarballs/ - gnu: https://ftpmirror.gnu.org/gnu/automake/ + gnu: http://ftpmirror.gnu.org/gnu/automake/ -- cgit v1.2.1