From f6c974fdb77261673a80125c98f46aad270357f2 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 19 Nov 2015 21:07:47 +0100 Subject: [PATCH] Point to the Stretch freeze policy Signed-off-by: Emilio Pozuelo Monfort --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 2748164..86158fe 100755 --- a/britney.py +++ b/britney.py @@ -1087,7 +1087,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/jessie/freeze_policy.html if update is needed)" % hint.user) + "(check https://release.debian.org/stretch/freeze_policy.html if update is needed)" % hint.user) excuse.addhtml("Not considered") excuse.addreason("block") self.excuses.append(excuse) @@ -1346,7 +1346,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/jessie/freeze_policy.html if update is needed" + tooltip = "check https://release.debian.org/stretch/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"