You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/26 07:43:22 UTC

[buildstream] 01/05: tests/cachekey/project/project.conf: Fix cache key test

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/bst-1/unaliased-sources
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d7a48600edbd7817b0f41c17ab73b15af4aa6988
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Sat Aug 7 17:11:34 2021 +0900

    tests/cachekey/project/project.conf: Fix cache key test
    
    The cache key test does not change cache keys, but we need to add the
    "upstream" alias in order to pass the test now.
---
 tests/cachekey/project/project.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/cachekey/project/project.conf b/tests/cachekey/project/project.conf
index 49726cd..f0eb755 100644
--- a/tests/cachekey/project/project.conf
+++ b/tests/cachekey/project/project.conf
@@ -1,2 +1,5 @@
 # Project config for cache key test
 name: cachekey
+
+aliases:
+  upstream: https://up.stream.org