Tony Breeds
acc70666a1
Add start_dates to freezer and doc-ha
...
Both these meetings had inflight reviews at the begining of the year when we
added explict start_dates to all the yaml files. This meant that they were
missed :(
It's a little hard to verify that these start dates are correct but looking at the irc-meetings.ics file the start date is set for:
Documentation HA Guide update Meeting: 2016-11-16
Freezer Meeting : 2016-11-10
So seomthing like:
---
import datetime
doc = (datetime.date(2016, 1, 27), datetime.date(2016, 11, 16))
freezer = (datetime.date(2016, 2, 11), datetime.date(2016, 11, 10))
for start, end in [doc, freezer ]:
print start
for _ in range(52):
d = start + datetime.timedelta(days=7*_)
if d == end:
print 'OK'
break
else:
print 'Meeting doesn\'t match'
---
Shows that they seem to match. The start dates were selected as the next
occurence after the merge of the approriate change
(I4f577786c473445d3e009b1979a236d78db15c39 and
I4287eca818a281a8eca78f8da7a07460f080cad7)
Change-Id: I3394c08a30de799989dae07a002226d60676ac3c
2016-11-10 20:41:21 +11:00
..
2016-05-05 11:55:04 -05:00
2016-07-15 18:49:28 +10:00
2016-06-20 15:13:04 -07:00
2016-10-19 15:30:48 +02:00
2016-04-18 16:18:08 -04:00
2016-07-15 18:49:28 +10:00
2016-07-19 13:38:50 -07:00
2016-05-17 20:11:39 +02:00
2016-01-08 12:36:34 +11:00
2016-06-03 09:55:57 -07:00
2016-07-15 18:49:28 +10:00
2016-05-24 16:06:52 -07:00
2016-07-26 09:24:31 +00:00
2016-07-15 18:49:28 +10:00
2016-09-19 16:19:32 +03:00
2016-03-28 13:06:10 -07:00
2016-07-15 18:49:28 +10:00
2016-09-01 12:19:34 -07:00
2016-11-10 20:41:21 +11:00
2016-09-16 21:43:53 +10:00
2016-11-07 10:52:25 +10:00
2016-05-12 13:15:41 +02:00
2016-11-09 02:09:24 +00:00
2016-07-15 18:49:28 +10:00
2016-10-19 04:52:16 +00:00
2016-11-10 20:41:21 +11:00
2016-01-08 12:36:34 +11:00
2016-02-03 02:18:05 +00:00
2016-09-05 19:28:56 +03:00
2016-06-30 18:39:18 -07:00
2016-07-15 18:49:28 +10:00
2016-04-05 12:29:51 +00:00
2016-07-15 18:49:28 +10:00
2016-08-01 18:05:51 +01:00
2016-09-28 09:54:40 +01:00
2016-10-03 20:39:49 +09:00
2016-09-09 15:41:56 -04:00
2016-05-19 13:07:32 -07:00
2016-01-08 12:36:34 +11:00
2016-05-19 13:07:32 -07:00
2016-07-08 10:33:14 -04:00
2016-11-02 17:40:14 +03:00
2016-08-10 11:23:04 +03:00
2016-11-08 20:15:34 +00:00
2016-05-24 16:26:36 -07:00
2016-09-07 08:51:33 +00:00
2016-07-15 18:49:28 +10:00
2016-08-30 14:56:34 +02:00
2016-07-15 18:49:28 +10:00
2016-11-09 17:29:32 +01:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-01-08 12:36:34 +11:00
2016-01-08 12:36:34 +11:00
2016-01-08 12:36:34 +11:00
2016-06-20 15:25:17 +01:00
2016-09-28 10:26:41 +01:00
2016-01-08 12:36:34 +11:00
2016-05-17 16:18:27 +09:00
2016-10-12 08:42:56 -05:00
2016-09-20 17:00:51 +01:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-05-12 10:39:04 -06:00
2016-04-07 08:10:50 -04:00
2016-01-08 12:36:34 +11:00
2016-11-07 19:07:54 -08:00
2016-01-08 12:36:34 +11:00
2016-05-18 11:25:56 +10:00
2016-10-03 14:16:20 -07:00
2016-07-15 18:49:28 +10:00
2016-07-19 13:18:53 -07:00
2016-07-15 18:49:28 +10:00
2016-11-03 11:24:02 +01:00
2016-03-24 05:44:29 +00:00
2016-05-13 10:32:51 +10:00
2016-07-15 18:49:28 +10:00
2016-10-21 15:18:13 +01:00
2016-07-15 18:49:28 +10:00
2016-01-08 12:36:34 +11:00
2016-07-15 18:49:28 +10:00
2016-03-31 12:11:36 -04:00
2016-06-14 11:48:18 +02:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-04-21 10:53:21 -05:00
2016-07-15 18:49:28 +10:00
2016-06-13 09:24:08 -06:00
2016-07-12 11:24:21 -07:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-09-01 07:12:53 +00:00
2016-03-28 18:16:09 -04:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-11-04 15:31:07 +01:00
2016-10-19 14:34:29 +02:00
2016-02-22 11:30:30 +01:00
2016-07-15 18:49:28 +10:00
2016-07-22 09:35:52 -04:00
2016-07-15 18:49:28 +10:00
2016-06-01 03:09:30 +00:00
2016-05-03 17:48:38 +03:00
2016-07-15 18:49:28 +10:00
2016-09-09 08:47:29 +03:00
2016-11-09 15:47:22 +00:00
2016-11-08 11:04:12 -05:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-11-07 11:54:16 -05:00
2016-01-08 12:36:34 +11:00
2016-11-08 08:40:04 +01:00
2016-01-08 12:36:34 +11:00
2016-01-08 12:36:34 +11:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-05-09 09:26:27 +03:00
2016-05-10 15:47:30 +00:00
2016-09-15 10:43:52 -04:00
2016-07-15 18:49:28 +10:00
2016-07-15 18:49:28 +10:00
2016-11-07 08:27:07 -08:00