You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:36:24 UTC

[buildstream] 03/03: integration-tests/compose-test: Fix location of tarball

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

not-in-ldap pushed a commit to branch jjardon/integration-test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c6f1c15e078c3a253b03eab0195f1a064133b24d
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Tue Dec 12 20:22:27 2017 +0000

    integration-tests/compose-test: Fix location of tarball
---
 integration-tests/compose-test/elements/dependencies/amhello-full.bst | 2 +-
 integration-tests/compose-test/elements/dependencies/amhello.bst      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/compose-test/elements/dependencies/amhello-full.bst b/integration-tests/compose-test/elements/dependencies/amhello-full.bst
index 29e94bf..307bc65 100644
--- a/integration-tests/compose-test/elements/dependencies/amhello-full.bst
+++ b/integration-tests/compose-test/elements/dependencies/amhello-full.bst
@@ -7,5 +7,5 @@ depends:
 
 sources:
 - kind: tar
-  url: file:///home/tristanmaat/Documents/Projects/buildstream/buildstream-tests/compose-test/src/amhello.tar.gz
+  url: file:///amhello.tar.gz
   ref: 3aa3c2bf7a488fea24303c4d98d1b5c0a72734f61615b935cf62e4e126b127d2
diff --git a/integration-tests/compose-test/elements/dependencies/amhello.bst b/integration-tests/compose-test/elements/dependencies/amhello.bst
index 2e09158..5dc13b4 100644
--- a/integration-tests/compose-test/elements/dependencies/amhello.bst
+++ b/integration-tests/compose-test/elements/dependencies/amhello.bst
@@ -9,5 +9,5 @@ depends:
 
 sources:
 - kind: tar
-  url: file:///home/tristanmaat/Documents/Projects/buildstream/buildstream-tests/compose-test/src/amhello.tar.gz
+  url: file:///amhello.tar.gz
   ref: 3aa3c2bf7a488fea24303c4d98d1b5c0a72734f61615b935cf62e4e126b127d2