From 64c8f12b0ec73778bcf7e9a1961b5dcc9601c4a6 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 25 Jul 2018 14:17:57 +1000 Subject: [PATCH] Set correct start for the timeframe. We mistakenly used quuens-RC1 which is really the beginning of the rocky cycle. Set the start date to be the pike-rc1 branch point which is when master branches opened up for queens development. Change-Id: I1c27d10de14595346756892e22a1e14f3168cb85 --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 32bced07..a58dac55 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,8 +6,8 @@ tag: 'aug-2018-elections' timeframe: name: 'Queens-Rocky' - # Begining of the RC1/branch point for Queens - start: '2018-02-05T00:00' + # Beginning of the pike RC1/branch point for queens + start: '2017-08-11T00:00' # Email deadline, to give officials the nomination week to generate and # verify rolls end: '2018-07-24T00:00'