X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.py;h=8c31a2dd556a714c138515eb23d584593887be1b;hb=928fff70a40fa93aed991f1db816e068057b2be4;hp=f611b81b9252ff0e46c80df5757529f2349073b5;hpb=584eac709b79fd78c77a4fd64562b7e6e46d8846;p=dak.git diff --git a/katie.py b/katie.py index f611b81b..8c31a2dd 100644 --- a/katie.py +++ b/katie.py @@ -2,7 +2,7 @@ # Utility functions for katie # Copyright (C) 2001, 2002 James Troup -# $Id: katie.py,v 1.23 2002-05-23 12:18:32 troup Exp $ +# $Id: katie.py,v 1.25 2002-07-12 14:59:08 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 @@ -163,7 +163,7 @@ class Katie: "md5sum", "component", "location id", "source package", "source version", "maintainer", "dbtype", "files id", "new", "section", "priority", "othercomponents", - "pool name" ]: + "pool name", "original component" ]: if files[file].has_key(i): d_files[file][i] = files[file][i]; ## changes @@ -356,7 +356,7 @@ distribution."""; mail_message = utils.TemplateSubst(Subst,Cnf["Dir::Templates"]+"/jennifer.announce"); utils.send_mail (mail_message, ""); - if Cnf.get("Dinstall::CloseBugs"): + if Cnf.FindB("Dinstall::CloseBugs"): summary = self.close_bugs(summary, action); return summary;