[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#808031: marked as done (britney: do not hard-code codenames in the URL to the freeze policy)



Your message dated Sun, 17 Jan 2016 21:37:49 +0000
with message-id <569C09AD.4020302@thykier.net>
and subject line Re: Bug#808031: britney: do not hard-code codenames in the URL to the freeze policy
has caused the Debian Bug report #808031,
regarding britney: do not hard-code codenames in the URL to the freeze policy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
808031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808031
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: wishlist
User: release.debian.org@packages.debian.org
Usertags: britney

Please apply the attached patch to remove hard-coding of codenames in
the URLs to the freeze policy.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


From e805bd005c2d8f6d0b89ee760ec8ec1e0b9f8d12 Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs@debian.org>
Date: Sun, 22 Nov 2015 20:05:25 +0800
Subject: [PATCH] Do not hard-code codenames in the URL to the freeze policy

---
 britney.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/britney.py b/britney.py
index 86158fe..49ea979 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/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.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/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:
                     if block_cmd == 'block-udeb':
                         tooltip = "please contact the d-i release manager if an update is needed"
-- 
2.6.4

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Paul Wise:
> Package: release.debian.org
> Severity: wishlist
> User: release.debian.org@packages.debian.org
> Usertags: britney
> 
> Please apply the attached patch to remove hard-coding of codenames in
> the URLs to the freeze policy.
> 

Applied, thanks,

~Niels



Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: