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 9fdc1dd  Move info.yaml and then link to content
9fdc1dd is described below

commit 9fdc1dd20d9d348247314b0d691e435b173d0a72
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Mar 29 12:08:42 2021 -0700

    Move info.yaml and then link to content
---
 content/info.yaml              | 54 +-----------------------------------------
 content/info.yaml => info.yaml |  0
 2 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/content/info.yaml b/content/info.yaml
deleted file mode 100644
index 0f292ff..0000000
--- a/content/info.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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]
diff --git a/content/info.yaml b/content/info.yaml
new file mode 120000
index 0000000..687bf4b
--- /dev/null
+++ b/content/info.yaml
@@ -0,0 +1 @@
+../info.yaml
\ No newline at end of file
diff --git a/content/info.yaml b/info.yaml
similarity index 100%
copy from content/info.yaml
copy to info.yaml

Reply via email to