You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/29 19:10:18 UTC

[petri-site] branch master updated: Move info.yaml and then link to content

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 <da...@davefisher.tech>
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: dev@buildstream.apache.org
-   private: private@buildstream.apache.org
-   commits: commits@buildstream.apache.org
-  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:
- - discuss@petri.apache.org
- - dev@whimisical.apache.org
- - users@infra.apache.org
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