Commit Graph

2 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 9ee1cb3c08 Added tool to filter out bugs with specific tag
Sometimes you have a list of bugs, and you need to filter out bugs that
have some specific tag. For example, if you consider bugs for backports
to a branch, you probably want to skip those bugs that already have
in-stable-<release> tag set.

And that's the use case for the filtering tool.

The tool can be combined with other tools that output the list of bug
numbers, like bugs-fixed-since.py or lp-filter-bugs-by-importance.py
using standard Unix pipelines.

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