mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 14:07:29 +00:00
britney.py: stop referring to the freeze policy while we're not frozen
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
d3b90e754b
commit
3220710a6c
@ -1084,7 +1084,7 @@ 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 "
|
||||
"(check https://release.debian.org/testing/freeze_policy.html if update is needed)" % hint.user)
|
||||
"(contact debian-release if update is needed)" % hint.user)
|
||||
excuse.addreason("block")
|
||||
self.excuses[excuse.name] = excuse
|
||||
return False
|
||||
@ -1352,7 +1352,7 @@ 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':
|
||||
tooltip = "check https://release.debian.org/testing/freeze_policy.html if update is needed"
|
||||
tooltip = "please contact debian-release 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user