X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=kelly;fp=kelly;h=d1005702b3f71ea72816ad28f1ef4f701063540d;hb=d1429a5ed3d1914ccc502ae146b32445967e9ba8;hp=054988a2ffb94038d55942417a42abd21b0e4d4c;hpb=a723386668c8fda6be8587f1df4b30a4ea63c4e2;p=dak.git diff --git a/kelly b/kelly index 054988a2..d1005702 100755 --- a/kelly +++ b/kelly @@ -2,7 +2,7 @@ # Installs Debian packages # Copyright (C) 2000, 2001, 2002, 2003 James Troup -# $Id: kelly,v 1.7 2003-02-21 19:19:33 troup Exp $ +# $Id: kelly,v 1.8 2003-03-14 19:06:02 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 @@ -39,7 +39,7 @@ import db_access, katie, logging, utils; ############################################################################### # Globals -kelly_version = "$Revision: 1.7 $"; +kelly_version = "$Revision: 1.8 $"; Cnf = None; Options = None; @@ -245,7 +245,7 @@ def do_reject (): os.write(fd, reject_mail_message); os.close(fd); - utils.send_mail (reject_mail_message, ""); + utils.send_mail(reject_mail_message); Logger.log(["unaccepted", pkg.changes_file]); ############################################################################### @@ -511,7 +511,7 @@ def stable_install (summary, short_summary): Subst["__SUITE__"] = " into stable"; Subst["__SUMMARY__"] = summary; mail_message = utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/kelly.installed"); - utils.send_mail(mail_message, ""); + utils.send_mail(mail_message); Katie.announce(short_summary, 1) # Finally remove the .katie file