commit a615bb5ead6d00fbb61fbe915ff091070cd823a9 Author: Zuul Date: Mon Oct 19 16:25:27 2020 +0000 Update git submodules * Update releases from branch 'master' - Merge "Adding a new tools to search topic on the ML" - Adding a new tools to search topic on the ML By default it will research for topics related to the release team but pattern can be overriden to looking for all kind of topics (c.f the related doc). Usages ------ The following example will search for all emails sent openstack-discuss who match release topics from the creation of the mailing list to the current day: ``` $ tools/search_emails.py ``` In the following example we search for release countdown emails sent between May 2020 and today: ``` tools/search_emails.py --topic ".?\[release\] Release countdown.*" --starting-date 2020-5-1 Looking for emails between 2020 May and 2020 September and sent by Analyzing May 2020: http://lists.openstack.org/pipermail/openstack-discuss/2020-May Analyzing June 2020: http://lists.openstack.org/pipermail/openstack-discuss/2020-June Analyzing July 2020: http://lists.openstack.org/pipermail/openstack-discuss/2020-July Analyzing August 2020: http://lists.openstack.org/pipermail/openstack-discuss/2020-August Analyzing September 2020: http://lists.openstack.org/pipermail/openstack-discuss/2020-September 15 result(s) have been found 2020-May: - [release] Release countdown for week R-1, May 4 - 8 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014577.html - [release] Release countdown for week R-0, May 11 - 15 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014780.html - [release] Release countdown for week R-20, May 25 - 29 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014999.html 2020-June: - [release] Release countdown for week R-17, Jun 15 - Jun 19 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015415.html - [release] Release countdown for week R-16, Jun 22 - Jun 26 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015541.html 2020-July: - [release] Release countdown for week R-13 July 13 - July 17 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015878.html - [release] Release countdown for week R-12 July 20 - July 24 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-July/016056.html 2020-August: - [release] Release countdown for week R-10 August 3 - 7 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016243.html - [release] Release countdown for week R-8 Aug 17 - 21 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016534.html - [release] Release countdown for week R-7 Aug 24 - 28 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016709.html - [release] Release countdown for week R-6 Aug 31 - Sept 4 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016894.html 2020-September: - [release] Release countdown for week R-5 Sept 7 - 11 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-September/017079.html - [release] Release countdown for week R-4 Sept 14 - 18 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-September/017210.html - [release] Release countdown for week R-3 Sept 21 - 25 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-September/017399.html - [release] Release countdown for week R-2 Sept 28 - Oct 2 - Sean McGinnis http://lists.openstack.org/pipermail/openstack-discuss/2020-September/017616.html ``` Change-Id: Ib1fe5f74b408ac489b12c4ef003860ce7aee1532 diff --git a/releases b/releases index 874088c..b2f8125 160000 --- a/releases +++ b/releases @@ -1 +1 @@ -Subproject commit 874088c74813b724734c435c056bb962bfe9845e +Subproject commit b2f8125915e18c795450f394e9432ac0ceaf9e6f