mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 11:51:09 +00:00
Revert "excuses: Point to the d-i release manager when block-udeb is involved."
This reverts commit 6adee798cd0bec3b64c8a6315667d68ab3c16bd9. Patching the wrong location considered unhelpful. Signed-off-by: Cyril Brulebois <kibi@debian.org>
This commit is contained in:
parent
025d0dd3cf
commit
753087510b
@ -1088,11 +1088,8 @@ class Britney(object):
|
||||
|
||||
# if the package is blocked, skip it
|
||||
for hint in self.hints.search('block', package=pkg, removal=True):
|
||||
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, as requested by %s (%s)" % (hint.user, tooltip))
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user