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 eac4b69b8f8b07b224c4fbadc2dc2215662c45fd Author: Tristan van Berkom <[email protected]> AuthorDate: Fri Mar 18 17:53:52 2022 +0900 Added project.conf to allow using these plugins with a junction --- project.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..a89e915 --- /dev/null +++ b/project.conf @@ -0,0 +1,27 @@ +# +# This project.conf exposes the plugins as a buildstream project so +# that plugins can be loaded via junctions. +# +name: buildstream-plugins +min-version: 2.0 + +plugins: +- origin: local + path: src/buildstream_plugins/elements + elements: + - autotools + - cmake + - make + - meson + - pip + - setuptools + +- origin: local + path: src/buildstream_plugins/sources + sources: + - bzr + - cargo + - docker + - git + - patch + - pip
