
This is an intermediate step, but valuable, step in stabilising the IRC meeting iCal. There are a couple of issues. 1. Every time we regenerate the iCal we set a new start point. 2. The odd/even decision is based on the start date (which defaults to the time the ics file is generated) By adding explicit start dates to all out meetings (which have been reset this week) we mitigate both of these issues. There are other aspects that require updates to yaml2ical, but this relatively simple step while we get those items in place. Note: this week you can verify that these start_dates are correct by 1. running tox on master 2. save output/irc-meetings.ical to output/master.ical 3. apply this patch and re-run tox 4. diff output/master.ical output/irc-meetings.ical Change-Id: I7ae70c684884c0c708738392a0b43bbb3c1c878e
23 lines
937 B
YAML
23 lines
937 B
YAML
project: OpenStack Diversity Work Group Meeting
|
|
meeting_id: diversity
|
|
agenda_url: https://wiki.openstack.org/wiki/Diversity
|
|
schedule:
|
|
- time: '1800'
|
|
day: Thursday
|
|
irc: openstack-meeting-4
|
|
frequency: biweekly-even
|
|
start_date: 20160114
|
|
- time: '0500'
|
|
day: Thursday
|
|
irc: openstack-meeting-4
|
|
frequency: biweekly-odd
|
|
start_date: 20160107
|
|
chair: Carol Barrett (barrett1), Egle Sigler (eglute), Kavit Munshi (kavit), Roland Chan (rolandchan).
|
|
description: >
|
|
This work group will work to insire that the OpenStack community is an
|
|
inclusive and welcoming place for all people to collaborate to drive
|
|
innovation and design cutting-edge data center capabilities, while finding
|
|
the best answers to our most pressing challenges. They wil determine what
|
|
actions are required to achieve this mission and bring proposals to the Board
|
|
for discussion and action.
|