From af7c96142d25285e38fd57caf313fe3e94c69f25 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 9 Dec 2016 08:59:56 +0100 Subject: [PATCH] Add ignore-piuparts to the standard hint set Signed-off-by: Emilio Pozuelo Monfort --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 5d4cb94..d4c875a 100755 --- a/britney.py +++ b/britney.py @@ -239,7 +239,7 @@ 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") + HINTS_HELPERS = ("easy", "hint", "remove", "block", "block-udeb", "unblock", "unblock-udeb", "approve", "remark", "ignore-piuparts") HINTS_STANDARD = ("urgent", "age-days") + HINTS_HELPERS # ALL = {"force", "force-hint", "block-all"} | HINTS_STANDARD | registered policy hints (not covered above) HINTS_ALL = ('ALL')