mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Link to the freeze policy for blocked packages
Don't tell people to mail debian-release. Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
a61dc9103f
commit
70c4a7cc55
@ -1033,8 +1033,8 @@ class Britney(object):
|
||||
|
||||
# if the package is blocked, skip it
|
||||
for hint in self.hints.search('block', package=pkg, removal=True):
|
||||
excuse.addhtml("Not touching package, as requested by %s (contact debian-release "
|
||||
"if update is needed)" % hint.user)
|
||||
excuse.addhtml("Not touching package, as requested by %s "
|
||||
"(check https://release.debian.org/jessie/freeze_policy.html if update is needed)" % hint.user)
|
||||
excuse.addhtml("Not considered")
|
||||
excuse.addreason("block")
|
||||
self.excuses.append(excuse)
|
||||
@ -1284,7 +1284,8 @@ 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 (contact debian-release if update is needed)" %
|
||||
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))
|
||||
excuse.addreason("block")
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user