summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.avv@gmail.com>2018-08-16 13:43:06 +0000
committerTiago Gomes <tiago.avv@gmail.com>2018-08-16 13:43:06 +0000
commit898aa8a02c1d54a4d68eba25d54247bcf85d55d4 (patch)
tree58717c9ee9d1b825ef9f733cdf8b42d82f148b58
parent01c4ac57ceb2fc08e9d45acd65b3fe771b316269 (diff)
parent0066d701186ef4ab6150b0a00c516cbeb0257805 (diff)
downloadbuildstream-898aa8a02c1d54a4d68eba25d54247bcf85d55d4.tar.gz
Merge branch 'tiagogomes/disable-https-gnu-repo' into 'master'
Use http instead of https for the gnu ftp mirror See merge request BuildStream/buildstream!676
-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/