summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.avv@gmail.com>2018-08-16 12:58:32 +0000
committerTiago Gomes <tiago.avv@gmail.com>2018-08-16 12:58:32 +0000
commit3bc8a5136dfb8bdc35dc2dbc4a3d522811e1895e (patch)
tree8e86d183a4beb091963744c424ae6279fe97359d
parentb77305d34cdad76162c75ecba1be9fa0c0e9dd6f (diff)
parent449a692bcfe8f316cf65aa90bcb44e039ac7f626 (diff)
downloadbuildstream-3bc8a5136dfb8bdc35dc2dbc4a3d522811e1895e.tar.gz
Merge branch 'tiagogomes/disable-https-gnu-repo-backport' into 'bst-1.2'
Use http instead of https for the gnu ftp mirror See merge request BuildStream/buildstream!677
-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/