summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-08-16 12:17:26 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2018-08-16 13:03:52 +0100
commit449a692bcfe8f316cf65aa90bcb44e039ac7f626 (patch)
tree8e86d183a4beb091963744c424ae6279fe97359d
parentb77305d34cdad76162c75ecba1be9fa0c0e9dd6f (diff)
downloadbuildstream-449a692bcfe8f316cf65aa90bcb44e039ac7f626.tar.gz
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: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:720)>
-rw-r--r--doc/examples/autotools/project.conf2
1 files changed, 1 insertions, 1 deletions
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/