mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 04:11:07 +00:00
britney: add ignore-rc-bugs hint to HINTS_HELPERS
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
ed2a34e897
commit
f9c643537c
@ -239,7 +239,8 @@ class Britney(object):
|
||||
For more documentation on this script, please read the Developers Reference.
|
||||
"""
|
||||
|
||||
HINTS_HELPERS = ("easy", "hint", "remove", "block", "block-udeb", "unblock", "unblock-udeb", "approve", "remark", "ignore-piuparts")
|
||||
HINTS_HELPERS = ("easy", "hint", "remove", "block", "block-udeb", "unblock", "unblock-udeb", "approve",
|
||||
"remark", "ignore-piuparts", "ignore-rc-bugs")
|
||||
HINTS_STANDARD = ("urgent", "age-days") + HINTS_HELPERS
|
||||
# ALL = {"force", "force-hint", "block-all"} | HINTS_STANDARD | registered policy hints (not covered above)
|
||||
HINTS_ALL = ('ALL')
|
||||
|
Loading…
x
Reference in New Issue
Block a user