From f0fc54d44ee3ffbba77e7916cf7610abdf2c208e 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/integration-commands/project.conf | 2 +- doc/examples/running-commands/project.conf | 2 +- tests/integration/project/project.conf | 2 +- 4 files changed, 4 insertions(+), 4 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/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/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