From: Joerg Jaspert Date: Fri, 30 Oct 2009 10:48:37 +0000 (+0100) Subject: dak rm X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=716cb1ee7ea468f4b626425fd518223711ef732b;p=dak.git dak rm also print the bug closing reason within the bug close mail Signed-off-by: Joerg Jaspert --- 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