This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 8f80351efd073fb6e143e615bf83e8a4f67339a6 Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Apr 5 18:37:41 2022 +0900 tests/sources/bzr: Use locally defined bzr source Instead of buildstream core bzr source which will be removed. --- tests/sources/bzr/project.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/sources/bzr/project.conf b/tests/sources/bzr/project.conf index 08a9d60..e1701f0 100644 --- a/tests/sources/bzr/project.conf +++ b/tests/sources/bzr/project.conf @@ -1,3 +1,9 @@ # Basic Project name: foo min-version: 2.0 + +plugins: +- origin: pip + package-name: buildstream-plugins + sources: + - bzr
