This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/remove-plugins in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 33bf323b4891cde28dfb993b19308da0d6c06bae Author: Tristan van Berkom <[email protected]> AuthorDate: Mon Mar 28 19:10:51 2022 +0900 tests/format/project: Use tar source instead of git source for optional refs test --- tests/format/project/refs-options/target.bst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/format/project/refs-options/target.bst b/tests/format/project/refs-options/target.bst index bf91922..8e96802 100644 --- a/tests/format/project/refs-options/target.bst +++ b/tests/format/project/refs-options/target.bst @@ -1,9 +1,8 @@ kind: import description: | - Import some git repo with optional refs + Import some tar repo with optional refs sources: -- kind: git - url: http://pony.com/git - track: master +- kind: tar + url: http://pony.com/tarball.tgz
