|
|
@ -1358,8 +1358,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):
|
|
|
|
excuse.addhtml("Not touching package, as requested by %s "
|
|
|
|
excuse.addhtml("Not touching package, as requested by %s (contact #ubuntu-release "
|
|
|
|
"(check https://release.debian.org/testing/freeze_policy.html if update is needed)" % hint.user)
|
|
|
|
"if update is needed)" % hint.user)
|
|
|
|
excuse.addreason("block")
|
|
|
|
excuse.addreason("block")
|
|
|
|
self.excuses[excuse.name] = excuse
|
|
|
|
self.excuses[excuse.name] = excuse
|
|
|
|
return False
|
|
|
|
return False
|
|
|
@ -1623,12 +1623,9 @@ 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':
|
|
|
|
tooltip = "check https://release.debian.org/testing/freeze_policy.html if update is needed"
|
|
|
|
excuse.addhtml("Not touching package due to %s request by %s "
|
|
|
|
# redirect people to d-i RM for udeb things:
|
|
|
|
"(contact #ubuntu-release if update is needed)" %
|
|
|
|
if block_cmd == 'block-udeb':
|
|
|
|
(block_cmd, blocked[block_cmd].user))
|
|
|
|
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")
|
|
|
|