summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Smith <qinusty@gmail.com>2018-08-15 10:11:24 +0100
committerQinusty <jrsmith9822@gmail.com>2018-08-15 10:17:29 +0000
commite645772539bf3f6f8fc43ab08cf852d15761dce9 (patch)
tree8c1f4e5904e1f2db98498340c16ae1e0847b96ff
parentc52f6f9a619ecc3e5aa5993cdc3ccde72a649a40 (diff)
downloadbuildstream-Qinusty/gnu-mirror.tar.gz
examples: Switch ftp.gnu.org to mirrorQinusty/gnu-mirror
This should avoid current issues accessing the necessary sources which are blocking CI currently.
-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/