summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQinusty <jrsmith9822@gmail.com>2018-08-15 11:15:08 +0000
committerQinusty <jrsmith9822@gmail.com>2018-08-15 11:15:08 +0000
commit9f675c640d47e844712cb8917018fda163d5e070 (patch)
tree8c1f4e5904e1f2db98498340c16ae1e0847b96ff
parentc52f6f9a619ecc3e5aa5993cdc3ccde72a649a40 (diff)
parente645772539bf3f6f8fc43ab08cf852d15761dce9 (diff)
downloadbuildstream-9f675c640d47e844712cb8917018fda163d5e070.tar.gz
Merge branch 'Qinusty/gnu-mirror' into 'master'
Fix CI - ftp.gnu.org unreachable See merge request BuildStream/buildstream!665
-rw-r--r--doc/examples/autotools/project.conf2
-rw-r--r--doc/examples/junctions/autotools/project.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/autotools/project.conf b/doc/examples/autotools/project.conf
index 7ee58b589..4cfc0e692 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://ftp.gnu.org/gnu/automake/
+ gnu: https://ftpmirror.gnu.org/gnu/automake/
diff --git a/doc/examples/junctions/autotools/project.conf b/doc/examples/junctions/autotools/project.conf
index 7ee58b589..4cfc0e692 100644
--- a/doc/examples/junctions/autotools/project.conf
+++ b/doc/examples/junctions/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://ftp.gnu.org/gnu/automake/
+ gnu: https://ftpmirror.gnu.org/gnu/automake/