|
|
@ -1088,11 +1088,8 @@ class Britney(object):
|
|
|
|
|
|
|
|
|
|
|
|
# if the package is blocked, skip it
|
|
|
|
# if the package is blocked, skip it
|
|
|
|
for hint in self.hints.search('block', package=pkg, removal=True):
|
|
|
|
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"
|
|
|
|
excuse.addhtml("Not touching package, as requested by %s "
|
|
|
|
# redirect people to d-i RM for udeb things:
|
|
|
|
"(check https://release.debian.org/jessie/freeze_policy.html if update is needed)" % hint.user)
|
|
|
|
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 considered")
|
|
|
|
excuse.addhtml("Not considered")
|
|
|
|
excuse.addreason("block")
|
|
|
|
excuse.addreason("block")
|
|
|
|
self.excuses.append(excuse)
|
|
|
|
self.excuses.append(excuse)
|
|
|
|