Javier Jardón pushed to branch master at BuildStream / buildstream
Commits:
-
c327d1f3
by Valentin David at 2018-10-17T14:33:40Z
-
eeb334f2
by Javier Jardón at 2018-10-17T15:03:17Z
6 changed files:
- doc/examples/autotools/project.conf
- doc/examples/developing/project.conf
- doc/examples/integration-commands/project.conf
- doc/examples/junctions/autotools/project.conf
- doc/examples/running-commands/project.conf
- tests/integration/project/project.conf
Changes:
... | ... | @@ -9,5 +9,5 @@ element-path: elements |
9 | 9 |
|
10 | 10 |
# Define some aliases for the tarballs we download
|
11 | 11 |
aliases:
|
12 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
12 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
|
13 | 13 |
gnu: http://ftpmirror.gnu.org/gnu/automake/
|
... | ... | @@ -9,4 +9,4 @@ element-path: elements |
9 | 9 |
|
10 | 10 |
# Define an alias for our alpine tarball
|
11 | 11 |
aliases:
|
12 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
12 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
... | ... | @@ -9,4 +9,4 @@ element-path: elements |
9 | 9 |
|
10 | 10 |
# Define an alias for our alpine tarball
|
11 | 11 |
aliases:
|
12 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
12 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
... | ... | @@ -9,5 +9,5 @@ element-path: elements |
9 | 9 |
|
10 | 10 |
# Define some aliases for the tarballs we download
|
11 | 11 |
aliases:
|
12 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
12 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
|
13 | 13 |
gnu: https://ftpmirror.gnu.org/gnu/automake/
|
... | ... | @@ -9,4 +9,4 @@ element-path: elements |
9 | 9 |
|
10 | 10 |
# Define an alias for our alpine tarball
|
11 | 11 |
aliases:
|
12 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
12 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 |
name: test
|
3 | 3 |
element-path: elements
|
4 | 4 |
aliases:
|
5 |
- alpine: https://gnome7.codethink.co.uk/tarballs/
|
|
5 |
+ alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
|
|
6 | 6 |
project_dir: file://{project_dir}
|
7 | 7 |
options:
|
8 | 8 |
linux:
|