mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-11 02:21:33 +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
753087510b
commit
85070f38d8
@ -1339,9 +1339,12 @@ class Britney(object):
|
|||||||
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" %
|
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" %
|
||||||
(unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version))
|
(unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version))
|
||||||
if suite == 'unstable' or block_cmd == 'block-udeb':
|
if suite == 'unstable' or block_cmd == 'block-udeb':
|
||||||
excuse.addhtml("Not touching package due to %s request by %s "
|
tooltip = "check https://release.debian.org/jessie/freeze_policy.html if update is needed"
|
||||||
"(check https://release.debian.org/jessie/freeze_policy.html if update is needed)" %
|
# redirect people to d-i RM for udeb things:
|
||||||
(block_cmd, blocked[block_cmd].user))
|
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")
|
excuse.addreason("block")
|
||||||
else:
|
else:
|
||||||
excuse.addhtml("NEEDS APPROVAL BY RM")
|
excuse.addhtml("NEEDS APPROVAL BY RM")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user