From f9c643537cd8fbcc1f69e41af4cc89a01a97d78c Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Fri, 3 Feb 2017 16:47:24 +0000 Subject: [PATCH] britney: add ignore-rc-bugs hint to HINTS_HELPERS Signed-off-by: Niels Thykier --- britney.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/britney.py b/britney.py index c4415ba..fa1740e 100755 --- a/britney.py +++ b/britney.py @@ -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')