From 0214b41a4ff6a49c0293b2d8418683d28e5ffb85 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Wed, 11 Dec 2013 21:56:51 +0100 Subject: [PATCH] Add note when a pkg is being removed because it is not in sid Signed-off-by: Niels Thykier --- britney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/britney.py b/britney.py index d274089..0d5303f 100755 --- a/britney.py +++ b/britney.py @@ -1039,6 +1039,7 @@ class Britney(object): # otherwise, add a new excuse for its removal and return True src = self.sources['testing'][pkg] excuse = Excuse("-" + pkg) + excuse.addhtml("Package not in unstable, will try to remove") excuse.addreason("remove") excuse.set_vers(src[VERSION], None) src[MAINTAINER] and excuse.set_maint(src[MAINTAINER].strip())