From 739e7f18b92fd633a525dfc3a3f11cdcd6b09062 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 11 Jun 2014 16:06:37 +0200 Subject: [PATCH] Include 'Low' blueprints in release status board In the Icehouse cycle we used "Low" priority to fly below release radar, so we excluded 'Low' priority blueprints from the release status board, unless it was 'Implemented'. Starting with Juno and with most projects now using the targeted milestone list as a communication tool, any targeted blueprint (as long as it's prioritized) should show up on the release status board. Change-Id: Ideff54642f89f1decbc49a14bc44604cf5bdd35d --- releasestatus.py | 2 +- template.html | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/releasestatus.py b/releasestatus.py index 35cc59b..b56a6da 100644 --- a/releasestatus.py +++ b/releasestatus.py @@ -231,7 +231,7 @@ if __name__ == '__main__': pastbps.add(bp) else: if (bp.implementation_status == 'Implemented' or - bp.priority not in ('Undefined', 'Low')): + bp.priority not in ('Undefined', 'Not')): activebps.add(bp) print template.render(series=config['series'], diff --git a/template.html b/template.html index 22c1ce8..3d383be 100644 --- a/template.html +++ b/template.html @@ -73,14 +73,6 @@ -