Merge "Consolidate openstack-meeting channels"

This commit is contained in:
Zuul 2019-01-09 05:29:17 +00:00 committed by Gerrit Code Review
commit bc078df0ff
3 changed files with 3 additions and 7 deletions

View File

@ -4,7 +4,7 @@ agenda_url: https://wiki.openstack.org/wiki/Meetings/Neutron-Upgrades-Subteam
schedule:
- time: '1400'
day: Thursday
irc: openstack-meeting-5
irc: openstack-meeting-alt
frequency: weekly
start_date: 20160111
chair: Lujin Luo (lujinluo), Ihar Hrachyshka (ihrachyshka)

View File

@ -4,7 +4,7 @@ agenda_url: https://etherpad.openstack.org/p/openstack-helm-meeting-agenda
schedule:
- time: '1500'
day: Tuesday
irc: openstack-meeting-5
irc: openstack-meeting-4
frequency: weekly
start_date: 20160502
chair: Matt McEuen (mattmceuen)

View File

@ -34,11 +34,7 @@ MEETINGS_PATH = os.path.join(BASE_DIR, 'meetings')
WEEKDAYS = list(calendar.day_name)
WEEK_COUNTS = {'weekly': 2, 'biweekly-even': 1, 'biweekly-odd': 1, 'adhoc': 0}
CHANNELS = ['openstack-meeting', 'openstack-meeting-alt',
'openstack-meeting-3', 'openstack-meeting-4',
'openstack-meeting-5']
# For now don't include -cp meetings as that is restricted to temporary
# cross-project related meetings.
# CHANNELS.append('openstack-meeting-cp')
'openstack-meeting-3', 'openstack-meeting-4']
def main():