There is a bug which has the Target Milestone of 5.0.15 and appears in
the Old Milestone list despite the latest 5.0.x release being 5.0.10.
This happened because we only considered the next three point releases,
so extend the list of future point releases to ten to ensure that we
include all realistic versions.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We have a 6.0 target in bugilla now, so consider that active.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
We considered the next release to be active, but failed to include the
next release's milestones.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Very useful for eg Old Milstone where you can then sort it by owner.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Add a replacement for the the existing Bug Triage page on the wiki[1].
This uses client-side JavaScript to parse the releases.json and query
Bugzilla, so shouldn't need updating very often.
[1] https://wiki.yoctoproject.org/wiki/Bug_Triage
Signed-off-by: Ross Burton <ross.burton@arm.com>