This is an automated email from the ASF dual-hosted git repository.
wave 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 0ff169f Create info.yaml
0ff169f is described below
commit 0ff169f598c3c8a36d944d8fdb4b62edf437bf6d
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Mar 13 11:04:57 2021 -0800
Create info.yaml
---
content/info.yaml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/content/info.yaml b/content/info.yaml
new file mode 100644
index 0000000..6415071
--- /dev/null
+++ b/content/info.yaml
@@ -0,0 +1,54 @@
+# Information for the Apache Petri project
+version: "1.1"
+
+# The set of (approved) Mentors
+mentors:
+ - humbedooh
+ - danielsh
+ - wave
+ - ke4qqq
+ - gstein
+ - rgardler
+ - striker
+ - jerenkrantz
+
+# Current Petri Cultures
+projects:
+ - buildstream
+
+# Cultures
+cultures:
+ buildstream:
+ start: 2020/04/08
+ status: current
+ mentors:
+ - striker
+ - jerenkrantz
+ - ke4qqq
+ name: BuildStream
+ description: >
+ BuildStream is a powerful and flexible software integration toolset.
+ It supports multiple build-systems and can produce multiple outputs
from the same project
+ (e.g. debian packages, flatpak runtimes, and system images).
+ website: https://www.buildstream.build
+ mailinglists:
+ development: [email protected]
+ private: [email protected]
+ commits: [email protected]
+ repository: https://gitbox.apache.org/repos/asf?p=buildstream.git
+ issues: GitHub
+ wiki: none
+ release: https://buildstream.build/install.html
+ licensing:
+ sga: yes
+ icla: yes
+ headers: no
+ license: no
+ notice: no
+
+# notify these followers before making breaking changes
+followers:
+ - [email protected]
+ - [email protected]
+ - [email protected]
+