mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Add force-autopkgtest to HINTS_ALL.
This commit is contained in:
parent
41821072e2
commit
bc85ea45cb
@ -254,7 +254,7 @@ class Britney(object):
|
||||
|
||||
HINTS_HELPERS = ("easy", "hint", "remove", "block", "block-udeb", "unblock", "unblock-udeb", "approve")
|
||||
HINTS_STANDARD = ("urgent", "age-days") + HINTS_HELPERS
|
||||
HINTS_ALL = ("force", "force-hint", "block-all") + HINTS_STANDARD
|
||||
HINTS_ALL = ("force", "force-hint", "force-autopkgtest", "block-all") + HINTS_STANDARD
|
||||
|
||||
def __init__(self):
|
||||
"""Class constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user