This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new ecc037e Create buildstream.md
ecc037e is described below
commit ecc037e9c84f356c646a6d95f19873720ce08f4e
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Apr 27 22:31:03 2020 -0500
Create buildstream.md
---
content/pages/buildstream.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/content/pages/buildstream.md b/content/pages/buildstream.md
new file mode 100644
index 0000000..27cd8c1
--- /dev/null
+++ b/content/pages/buildstream.md
@@ -0,0 +1,19 @@
+title: Buildstream @ Apache Petri
+<!-- Licensed under ALv2 -->
+
+# BuildStream
+
+## About the project
+BuildStream is an integration build system.
+It models dependencies at a project level, enabling projects to use their own
underlying build system.
+It is a Remote Execution client, that distributes builds at the project level.
+The BuildStream implementation uses Remote Execution concepts directly, even
for local builds.
+
+BuildStream supports multiple build-systems (e.g. autotools, cmake, cpan,
distutils, make, meson, qmake, pip)
+through its plugins.
+
+## Mentors
+* David Nalley
+* Justin Erenkrantz
+* Ross Gardler
+* Sander Striker