From 080f3c9b04f77a9b873628241fbe121583d074d1 Mon Sep 17 00:00:00 2001 From: Ryan Murray Date: Thu, 16 May 2002 18:01:33 +0000 Subject: [PATCH] fix melanie's -d option --- melanie | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/melanie b/melanie index a0b7485c..0ce57715 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose package removal tool for ftpmaster # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: melanie,v 1.24 2002-05-08 11:13:02 troup Exp $ +# $Id: melanie,v 1.25 2002-05-16 18:01:33 rmurray Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -394,7 +394,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + string.join(bcc, ", "); else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Melanie: $Revision: 1.24 $"; + Subst["__CC__"] = "X-Melanie: $Revision: 1.25 $"; if carbon_copy: Subst["__CC__"] = Subst["__CC__"] + "\nCc: " + string.join(carbon_copy, ", "); Subst["__SUITE_LIST__"] = suites_list; @@ -408,7 +408,7 @@ def main (): Subst["__PRIMARY_MIRROR__"] = Archive["PrimaryMirror"]; for bug in string.split(Options["Done"]): Subst["__BUG_NUMBER__"] = bug; - mail_message = utils.TemplateSubst(Subst,Cnf["Dir::TemplatesDir"]+"/melanie.bug-close"); + mail_message = utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/melanie.bug-close"); utils.send_mail (mail_message, "") logfile.write("=========================================================================\n"); -- 2.39.5