]> git.donarmstrong.com Git - dak.git/commitdiff
fix headers to be X-Katie: progname
authorJames Troup <james@nocrew.org>
Mon, 21 Oct 2002 14:11:51 +0000 (14:11 +0000)
committerJames Troup <james@nocrew.org>
Mon, 21 Oct 2002 14:11:51 +0000 (14:11 +0000)
lisa
melanie

diff --git a/lisa b/lisa
index e81ea710a16878c980a728afafe3097442eea86b..6e94196a7d6e75ee8b907a307cf2f24a1e4b819e 100755 (executable)
--- a/lisa
+++ b/lisa
@@ -2,7 +2,7 @@
 
 # Handles NEW and BYHAND packages
 # Copyright (C) 2001, 2002  James Troup <james@nocrew.org>
-# $Id: lisa,v 1.18 2002-10-16 02:47:32 troup Exp $
+# $Id: lisa,v 1.19 2002-10-21 14:11:51 troup 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
@@ -42,7 +42,7 @@ import apt_pkg, apt_inst;
 import db_access, fernanda, katie, logging, utils;
 
 # Globals
-lisa_version = "$Revision: 1.18 $";
+lisa_version = "$Revision: 1.19 $";
 
 Cnf = None;
 Options = None;
@@ -879,7 +879,7 @@ def main():
 
     # Kill me now? **FIXME**
     Cnf["Dinstall::Options::No-Mail"] = "";
-    bcc = "X-Katie: %s" % (lisa_version);
+    bcc = "X-Katie: lisa %s" % (lisa_version);
     if Cnf.has_key("Dinstall::Bcc"):
         Katie.Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]);
     else:
diff --git a/melanie b/melanie
index c196766689743d11f951847c7420d10152c33154..dd52ae31126d5f49e8eb75fe1f7a8962c595423b 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.31 2002-10-16 02:47:32 troup Exp $
+# $Id: melanie,v 1.32 2002-10-21 14:11:51 troup 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
@@ -368,7 +368,7 @@ def main ():
             Subst["__BCC__"] = "Bcc: " + ", ".join(bcc);
         else:
             Subst["__BCC__"] = "X-Filler: 42";
-        Subst["__CC__"] = "X-Melanie: $Revision: 1.31 $";
+        Subst["__CC__"] = "X-Katie: melanie $Revision: 1.32 $";
         if carbon_copy:
             Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy);
         Subst["__SUITE_LIST__"] = suites_list;