mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-14 07:48:19 +00:00
excuses: New try for block-udeb → d-i RM.
Signed-off-by: Cyril Brulebois <kibi@debian.org>
This commit is contained in:
parent
d2bdcfc237
commit
d2fa0fb07c
@ -1339,9 +1339,12 @@ class Britney(object):
|
||||
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" %
|
||||
(unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version))
|
||||
if suite == 'unstable' or block_cmd == 'block-udeb':
|
||||
excuse.addhtml("Not touching package due to %s request by %s "
|
||||
"(check https://release.debian.org/jessie/freeze_policy.html if update is needed)" %
|
||||
(block_cmd, blocked[block_cmd].user))
|
||||
tooltip = "check https://release.debian.org/jessie/freeze_policy.html if update is needed"
|
||||
# redirect people to d-i RM for udeb things:
|
||||
if block_cmd == 'block-udeb':
|
||||
tooltip = "please contact the d-i release manager if an update is needed"
|
||||
excuse.addhtml("Not touching package due to %s request by %s (%s)" %
|
||||
(block_cmd, blocked[block_cmd].user, tooltip))
|
||||
excuse.addreason("block")
|
||||
else:
|
||||
excuse.addhtml("NEEDS APPROVAL BY RM")
|
||||
|
Loading…
x
Reference in New Issue
Block a user