mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 20:01:08 +00:00
Synchronization of hinters and permissions from the original version.
This commit is contained in:
parent
2529dd4093
commit
52ad4f0e26
12
britney.conf
12
britney.conf
@ -35,21 +35,21 @@ MINDAYS_EMERGENCY = 0
|
||||
DEFAULT_URGENCY = low
|
||||
|
||||
# approvers
|
||||
APPROVERS = ajt security-team ftpmaster cjwatson vorlon
|
||||
APPROVERS = ajt security-team ftpmaster vorlon
|
||||
|
||||
# hint permissions
|
||||
HINTS_AJT = ALL
|
||||
HINTS_RMURRAY = ALL
|
||||
HINTS_CJWATSON = ALL
|
||||
HINTS_VORLON = ALL
|
||||
HINTS_ABA = ALL
|
||||
HINTS_HE = ALL
|
||||
HINTS_LUK = ALL
|
||||
HINTS_JOEYH = STANDARD force
|
||||
HINTS_ADEODATO = STANDARD
|
||||
HINTS_ZOBEL = STANDARD
|
||||
HINTS_BALLOMBE = STANDARD
|
||||
HINTS_PKERN = STANDARD
|
||||
HINTS_ADEODATO = STANDARD force
|
||||
HINTS_ZOBEL = STANDARD force
|
||||
HINTS_PKERN = HELPERS
|
||||
HINTS_MADCODER = HELPERS
|
||||
HINTS_NEILM = HELPERS
|
||||
HINTS_FREEZE = block block-all
|
||||
HINTS_FTPTEAM = block
|
||||
|
||||
|
@ -223,7 +223,8 @@ class Britney:
|
||||
For more documentation on this script, please read the Developers Reference.
|
||||
"""
|
||||
|
||||
HINTS_STANDARD = ("easy", "hint", "remove", "block", "unblock", "urgent", "age-days", "approve")
|
||||
HINTS_HELPERS = ("easy", "hint", "remove", "block", "unblock", "approve")
|
||||
HINTS_STANDARD = ("urgent", "age-days") + HINTS_HELPERS
|
||||
HINTS_ALL = ("force", "force-hint", "block-all") + HINTS_STANDARD
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user