From 716cb1ee7ea468f4b626425fd518223711ef732b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 30 Oct 2009 11:48:37 +0100 Subject: [PATCH] dak rm also print the bug closing reason within the bug close mail Signed-off-by: Joerg Jaspert --- dak/rm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index be3e1676..ff450927 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -554,7 +554,9 @@ def main (): if carbon_copy: Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy) Subst["__SUITE_LIST__"] = suites_list - Subst["__SUMMARY__"] = summary + summarymail = "%s\n------------------- Reason -------------------\n%s\n" % (Options["Reason"]) + summarymail += "----------------------------------------------\n" + Subst["__SUMMARY__"] = summarymail Subst["__ADMIN_ADDRESS__"] = cnf["Dinstall::MyAdminAddress"] Subst["__DISTRO__"] = cnf["Dinstall::MyDistribution"] Subst["__WHOAMI__"] = whoami -- 2.39.2