]> git.decadent.org.uk Git - dak.git/commitdiff
fix melanie's -d option
authorRyan Murray <rmurray@debian.org>
Thu, 16 May 2002 18:01:33 +0000 (18:01 +0000)
committerRyan Murray <rmurray@debian.org>
Thu, 16 May 2002 18:01:33 +0000 (18:01 +0000)
melanie

diff --git a/melanie b/melanie
index a0b7485ca39a85d9957dd5701f4e2b064cae0dca..0ce57715dadcd3f188868568729887bb76b79be2 100755 (executable)
--- a/melanie
+++ b/melanie
@@ -2,7 +2,7 @@
 
 # General purpose package removal tool for ftpmaster
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $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");