]> git.decadent.org.uk Git - dak.git/commitdiff
Fix installed mail subject for buildds
authorJames Troup <james@nocrew.org>
Sat, 24 Mar 2001 03:30:16 +0000 (03:30 +0000)
committerJames Troup <james@nocrew.org>
Sat, 24 Mar 2001 03:30:16 +0000 (03:30 +0000)
katie
templates/katie.installed

diff --git a/katie b/katie
index 410871dd52e9f4d93036f936a41aece962b27c29..5659d34ac78314b66d80ec5d0d40b74213b293e2 100755 (executable)
--- a/katie
+++ b/katie
@@ -2,7 +2,7 @@
 
 # Installs Debian packaes
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: katie,v 1.34 2001-03-21 05:37:23 troup Exp $
+# $Id: katie,v 1.35 2001-03-24 03:30:16 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
@@ -958,7 +958,7 @@ def stable_install (changes_filename, summary, short_summary):
     install_count = install_count + 1;
 
     if not Cnf["Dinstall::Options::No-Mail"]:
-        Subst["__SUITE__"] = "into stable";
+        Subst["__SUITE__"] = " into stable";
         Subst["__SUMMARY__"] = summary;
         utils.send_mail (mail_message, "")
         announce (short_summary, 1)
@@ -1228,7 +1228,7 @@ def main():
     Subst = {}
     Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"];
     Subst["__BUG_SERVER__"] = Cnf["Dinstall::BugServer"];
-    bcc = "X-Katie: $Revision: 1.34 $"
+    bcc = "X-Katie: $Revision: 1.35 $"
     if Cnf.has_key("Dinstall::Bcc"):
         Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]);
     else:
index 23b843754560b99d9cb87c2a9057932347920d5b..1ed3af6d25ffefefce0c2662e38c5f21614dade2 100644 (file)
@@ -1,7 +1,7 @@
 From: __KATIE_ADDRESS__
 To: __MAINTAINER_ADDRESS__
 __BCC__
-Subject: __CHANGES_FILENAME__ INSTALLED __SUITE__
+Subject: __CHANGES_FILENAME__ INSTALLED__SUITE__
 
 __REJECT_MESSAGE__
 Installing: