From e645772539bf3f6f8fc43ab08cf852d15761dce9 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Wed, 15 Aug 2018 10:11:24 +0100 Subject: examples: Switch ftp.gnu.org to mirror This should avoid current issues accessing the necessary sources which are blocking CI currently. --- doc/examples/autotools/project.conf | 2 +- 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/ -- cgit v1.2.1