[Notes] [Git][BuildStream/buildstream][master] 2 commits: remote source: Add cachekey test



Title: GitLab

Tristan Van Berkom pushed to branch master at BuildStream / buildstream

Commits:

6 changed files:

Changes:

  • tests/cachekey/project/sources/remote1.bst
    1
    +kind: import
    
    2
    +
    
    3
    +sources:
    
    4
    +- kind: remote
    
    5
    +  url: https://example.com/foo.bar
    
    6
    +  ref: 6c9f6f68a131ec6381da82f2bff978083ed7f4f7991d931bfa767b7965ebc94b

  • tests/cachekey/project/sources/remote1.expected
    1
    +f51945f0a4fae358c4587669a725417d969f04ee2c3e5c3440e07492b1c6de77
    \ No newline at end of file

  • tests/cachekey/project/sources/remote2.bst
    1
    +kind: import
    
    2
    +
    
    3
    +sources:
    
    4
    +- kind: remote
    
    5
    +  url: https://example.com/foo.bar
    
    6
    +  executable: true
    
    7
    +  ref: 6c9f6f68a131ec6381da82f2bff978083ed7f4f7991d931bfa767b7965ebc94b

  • tests/cachekey/project/sources/remote2.expected
    1
    +f8e6e83e39edc14225e8680852fa1fdb1fc093bdd552e99911006b4329f43293
    \ No newline at end of file

  • tests/cachekey/project/target.bst
    ... ... @@ -13,6 +13,8 @@ depends:
    13 13
     - sources/patch1.bst
    
    14 14
     - sources/patch2.bst
    
    15 15
     - sources/patch3.bst
    
    16
    +- sources/remote1.bst
    
    17
    +- sources/remote2.bst
    
    16 18
     - sources/tar1.bst
    
    17 19
     - sources/tar2.bst
    
    18 20
     - sources/zip1.bst
    

  • tests/cachekey/project/target.expected
    1
    -0f64d5abf95ea4d5c8e13978e4d8e52fa707a02c9554247ca70a21d7933c4ede
    \ No newline at end of file
    1
    +b11fe7a9883cee2846a6148703b53785dd031482b359ca56d1ff22b08a1b5cd2
    \ No newline at end of file



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