[Notes] [Git][BuildStream/buildstream][master] 2 commits: Change URL to the Alpine tarball



Title: GitLab

Javier Jardón pushed to branch master at BuildStream / buildstream

Commits:

6 changed files:

Changes:

  • doc/examples/autotools/project.conf
    ... ... @@ -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/

  • doc/examples/developing/project.conf
    ... ... @@ -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/

  • doc/examples/integration-commands/project.conf
    ... ... @@ -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/

  • doc/examples/junctions/autotools/project.conf
    ... ... @@ -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/

  • doc/examples/running-commands/project.conf
    ... ... @@ -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/

  • tests/integration/project/project.conf
    ... ... @@ -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:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]