# FCOS Community Meeting Rotation
## How To Host
See [here](https://github.com/coreos/fcos-meeting-action/blob/main/static/meeting-template.md).
## Current Hosting Schedule
The list of release executors is maintained here.
The meeting takes place at 16:30 UTC.
- 2024-12-04 Gursewak Mangat
- 2024-12-11 Michael Armijo
- 2024-12-18 Adam P.
- 2024-12-25 > Will likely be cancelled
- 2025-01-01 > Will likely be cancelled
- 2025-01-08 Yasmin
- 2025-01-15 Gursewak Mangat
- 2025-01-22 Timothée Ravier
- 2025-01-29 Michael Armijo
- 2025-02-05 Adam P.
- 2025-02-12 JB Trystram
- 2025-02-19 Yasmin
- 2025-02-26 Gursewak Mangat
- 2025-03-05 Timothée Ravier
- 2025-03-12 Michael Armijo
- 2025-03-19
- 2025-03-26
- 2025-04-02
- 2025-04-09
- 2025-04-16
- 2025-04-23
Pool of people to use for the rotation:
- Michael Armijo
- Adam P.
- Yasmin
- Gursewak Mangat
- Timothée Ravier
After you've hosted a meeting update the date appropriately.
## Generate the next dates for this rotation
```
$ for d in $(seq 1 20); do days="$(($d*7))" ; echo -n "- "; date -d "next wednesday + $days days" --iso-8601 ; done
```