Remove meetings/
Although a really neat idea, meetings/ is not used and contains
wrong information.
meetings.yaml still has the canceled OpenBMC Community Meeting.
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/24826
removed the meetings.ics for the OpenBMC Community Meeting but
left meetings.yaml. No other workgroups have added their meetings.
Meetings have been tracked via the mailing list or wiki.
Overall, the project is moving towards more IRC and mailing list
and fewer in-person meetings.
More information on IRC and the mailing list:
Mail: openbmc@lists.ozlabs.org https://lists.ozlabs.org/listinfo/openbmc
IRC: #openbmc on freenode.net
Change-Id: Ie73172f27ec2207eb7a22dbb6acea81254b5d54f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/meetings/README.md b/meetings/README.md
deleted file mode 100644
index e1203d8..0000000
--- a/meetings/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-OpenBMC Meetings
-================
-
-This takes the YAML formatted `meetings.yaml` file and converts to a `.ics`
-file that can be used as input into a calendar. This process allows for adding
-additional meetings in the future, just by adding another record to the yaml
-file, as well as automating ical generation and email. The tool that is used to
-do the conversion is `yaml2ical`. Follow the usage and installation
-instructions here:
-
-https://github.com/openstack-infra/yaml2ical
-
-Start by editing `meetings.yaml`, changing the fields to the needed values. You
-can get more description on the supported fields at the link above.
-
-Once you are happy with the info in the yaml file, run the tool `yaml2ical`:
-
-```
-$ yaml2ical -f -y . -o meetings.ics
-```
-
-The `-f` parameter forces an overwrite of the existing ical file.
diff --git a/meetings/meetings.yaml b/meetings/meetings.yaml
deleted file mode 100644
index 06de7f9..0000000
--- a/meetings/meetings.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-project: OpenBMC Community Meeting
-project_url: https://github.com/openbmc
-schedule:
- - time: '1000'
- duration: 60
- day: Monday
- irc: openbmc
- frequency: weekly
-chair: Brad Bishop
-description: >
- This is a weekly meeting for developers working on OpenBMC. The agenda will be emailed in advance. The listed time is in CT (Central time).