mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-24 08:51:31 +00:00
Do not hard-code codenames in the URL to the freeze policy
Closes: #808031 Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
505e31b106
commit
cd66fc82d8
@ -1087,7 +1087,7 @@ 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 "
|
||||||
"(check https://release.debian.org/stretch/freeze_policy.html if update is needed)" % hint.user)
|
"(check https://release.debian.org/testing/freeze_policy.html if update is needed)" % hint.user)
|
||||||
excuse.addhtml("Not considered")
|
excuse.addhtml("Not considered")
|
||||||
excuse.addreason("block")
|
excuse.addreason("block")
|
||||||
self.excuses.append(excuse)
|
self.excuses.append(excuse)
|
||||||
@ -1346,7 +1346,7 @@ 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/stretch/freeze_policy.html if update is needed"
|
tooltip = "check https://release.debian.org/testing/freeze_policy.html if update is needed"
|
||||||
# redirect people to d-i RM for udeb things:
|
# redirect people to d-i RM for udeb things:
|
||||||
if block_cmd == 'block-udeb':
|
if block_cmd == 'block-udeb':
|
||||||
tooltip = "please contact the d-i release manager if an update is needed"
|
tooltip = "please contact the d-i release manager if an update is needed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user