diff options
author | Josh Smith <qinusty@gmail.com> | 2018-08-15 10:11:24 +0100 |
---|---|---|
committer | Qinusty <jrsmith9822@gmail.com> | 2018-08-15 10:17:29 +0000 |
commit | e645772539bf3f6f8fc43ab08cf852d15761dce9 (patch) | |
tree | 8c1f4e5904e1f2db98498340c16ae1e0847b96ff /doc | |
parent | c52f6f9a619ecc3e5aa5993cdc3ccde72a649a40 (diff) | |
download | buildstream-e645772539bf3f6f8fc43ab08cf852d15761dce9.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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/autotools/project.conf | 2 | ||||
-rw-r--r-- | doc/examples/junctions/autotools/project.conf | 2 |
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/ |