From c327d1f3beaae972c140b35e9d52e14cc1d88171 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Wed, 17 Oct 2018 16:33:40 +0200 Subject: Change URL to the Alpine tarball --- doc/examples/autotools/project.conf | 2 +- doc/examples/developing/project.conf | 2 +- doc/examples/integration-commands/project.conf | 2 +- doc/examples/junctions/autotools/project.conf | 2 +- doc/examples/running-commands/project.conf | 2 +- tests/integration/project/project.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/examples/autotools/project.conf b/doc/examples/autotools/project.conf index 726e7dd5a..96e0284e0 100644 --- a/doc/examples/autotools/project.conf +++ b/doc/examples/autotools/project.conf @@ -9,5 +9,5 @@ element-path: elements # Define some aliases for the tarballs we download aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ gnu: http://ftpmirror.gnu.org/gnu/automake/ diff --git a/doc/examples/developing/project.conf b/doc/examples/developing/project.conf index f799881ce..1ae2e08be 100644 --- a/doc/examples/developing/project.conf +++ b/doc/examples/developing/project.conf @@ -9,4 +9,4 @@ element-path: elements # Define an alias for our alpine tarball aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ diff --git a/doc/examples/integration-commands/project.conf b/doc/examples/integration-commands/project.conf index b33267005..9ae5b2a3c 100644 --- a/doc/examples/integration-commands/project.conf +++ b/doc/examples/integration-commands/project.conf @@ -9,4 +9,4 @@ element-path: elements # Define an alias for our alpine tarball aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ diff --git a/doc/examples/junctions/autotools/project.conf b/doc/examples/junctions/autotools/project.conf index 4cfc0e692..2cf58245d 100644 --- a/doc/examples/junctions/autotools/project.conf +++ b/doc/examples/junctions/autotools/project.conf @@ -9,5 +9,5 @@ element-path: elements # Define some aliases for the tarballs we download aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ gnu: https://ftpmirror.gnu.org/gnu/automake/ diff --git a/doc/examples/running-commands/project.conf b/doc/examples/running-commands/project.conf index de266178e..7127b0db9 100644 --- a/doc/examples/running-commands/project.conf +++ b/doc/examples/running-commands/project.conf @@ -9,4 +9,4 @@ element-path: elements # Define an alias for our alpine tarball aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ diff --git a/tests/integration/project/project.conf b/tests/integration/project/project.conf index 01c14b68d..3bf128543 100644 --- a/tests/integration/project/project.conf +++ b/tests/integration/project/project.conf @@ -2,7 +2,7 @@ name: test element-path: elements aliases: - alpine: https://gnome7.codethink.co.uk/tarballs/ + alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/ project_dir: file://{project_dir} options: linux: -- cgit v1.2.1