From e92bd768962e2d6145907ccc01962c36934975b7 Mon Sep 17 00:00:00 2001 From: Alexander Reichle-Schmehl Date: Sun, 19 Sep 2010 12:00:02 +0200 Subject: [PATCH] Add some debugging output --- dak/rm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dak/rm.py b/dak/rm.py index c0f6810d..efdb7c57 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -633,8 +633,11 @@ def main (): # at this point, I just assume, that the first closed bug gives # some usefull information on why the package got removed Subst["__BUG_NUMBER__"] = utils.split_args(Options["Done"])[0] + print "Package:", package + print "Bugs found:", bts.get_bugs('src', package, 'status', 'open') for bug in bts.get_bugs('src', package, 'status', 'open'): Subst["__BUG_NUMBER_ALSO__"] += bug + "-done@" + cnf["Dinstall::BugServer"] + "," + print "Resulting to:", Subst["__BUG_NUMBER_ALSO__"] mail_message = utils.TemplateSubst(Subst,cnf["Dir::Templates"]+"/rm.bug-close-related") utils.send_mail(mail_message) -- 2.39.2