This is an automated email from the ASF dual-hosted git repository. abderrahim pushed a commit to branch abderrahim/examples in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 618d40a045c36b0af9c44514ef5130ffe52027dc Author: Abderrahim Kitouni <[email protected]> AuthorDate: Wed Aug 5 17:06:00 2026 +0100 examples: use ftp.gnu.org instead of ftpmirror.gnu.org The latter has been unreliable recently --- doc/examples/autotools/project.conf | 2 +- doc/examples/junction-includes/project.conf | 2 +- doc/examples/junctions/autotools/project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/autotools/project.conf b/doc/examples/autotools/project.conf index 3d9dfc3a4..055ed04ec 100644 --- a/doc/examples/autotools/project.conf +++ b/doc/examples/autotools/project.conf @@ -10,7 +10,7 @@ element-path: elements # Define some aliases for the tarballs we download aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ - gnu: http://ftpmirror.gnu.org/gnu/automake/ + gnu: http://ftp.gnu.org/gnu/automake/ plugins: - origin: pip diff --git a/doc/examples/junction-includes/project.conf b/doc/examples/junction-includes/project.conf index 9c9cabf6b..2b1db0860 100644 --- a/doc/examples/junction-includes/project.conf +++ b/doc/examples/junction-includes/project.conf @@ -3,7 +3,7 @@ min-version: 2.0 element-path: elements aliases: - gnu: http://ftpmirror.gnu.org/gnu/automake/ + gnu: http://ftp.gnu.org/gnu/automake/ plugins: - origin: pip diff --git a/doc/examples/junctions/autotools/project.conf b/doc/examples/junctions/autotools/project.conf index b05ba09b1..aa983f77b 100644 --- a/doc/examples/junctions/autotools/project.conf +++ b/doc/examples/junctions/autotools/project.conf @@ -10,7 +10,7 @@ element-path: elements # Define some aliases for the tarballs we download aliases: alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ - gnu: https://ftpmirror.gnu.org/gnu/automake/ + gnu: https://ftp.gnu.org/gnu/automake/ # Declare the plugins we're going to use plugins:
