Commit Graph

3 Commits

Author SHA1 Message Date
Jeremy Stanley 39a82df080 This repository is now retired
The Release Management Team ceased using this months ago. Its
contents are replaced with a retirement notice so that potential
users will realize it is no longer maintained. Publicly announced
at:

http://lists.openstack.org/pipermail/openstack-dev/2018-June/131920.html

Change-Id: Ia30884174c43ef1c1afcc1f4a18b3c0051a89d8e
Depends-On: https://review.openstack.org/579185
2018-06-29 15:27:19 +00:00
Ihar Hrachyshka 9d4e11d73e Fixed LP importance options
It's Medium not Normal.

Change-Id: I33c1af3b575c806bb7c7949a15bbf91a36483fe9
2017-01-17 13:20:59 -08:00
Ihar Hrachyshka 0e91182780 Added tool to filter out bugs of specified importance
Some LP bugs are not really bugs, in a sense that they are actual
features required. Those fixes are not applicable for stable backports,
and hence should be ignored when determining candidates for stable
branches.

Also, for some older stable branches, we may want to filter out those
bugs that do not satisfy importance criteria [e.g. for stable/kilo we
require that only High+ bugs are to be backported].

This script is useful if you already have a list of bugs to consider for
backports. F.e. you can generate the list with bugs-fixed-since.py tool.

Common use case would be:

./bugs-fixed-since.py --start=<prev-hash> | ./lp-filter-bugs-by-importance.py neutron

That would give you the list of bug numbers that were fixed in neutron
master since <prev-hash> and that are not of Wishlist importance.

Change-Id: I07e8d50b826aff35df2c2360d09bf029c036b070
2016-05-18 18:38:41 +02:00