X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lauren;h=82c9b990c73fe443182f6632d16891b499a78556;hb=a29673e49824a6c0838df50ab64ac08cf32852d8;hp=e2dbcd71cd637181cd529fc5d7a466b6af71de71;hpb=5105e09b687c17d1ae7598bd60568f121b54034c;p=dak.git diff --git a/lauren b/lauren index e2dbcd71..82c9b990 100755 --- a/lauren +++ b/lauren @@ -2,7 +2,7 @@ # Manually reject packages for proprosed-updates # Copyright (C) 2001, 2002, 2003 James Troup -# $Id: lauren,v 1.1 2003-02-21 19:18:05 troup Exp $ +# $Id: lauren,v 1.2 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 @@ -27,7 +27,7 @@ import apt_pkg; ################################################################################ # Globals -lauren_version = "$Revision: 1.1 $"; +lauren_version = "$Revision: 1.2 $"; Cnf = None; Options = None; @@ -207,7 +207,7 @@ def reject (reject_message = ""): # Send the rejection mail if appropriate if not Options["No-Mail"]: - utils.send_mail (reject_mail_message, ""); + utils.send_mail(reject_mail_message); # Finally remove the .katie file katie_file = os.path.join(Cnf["Suite::Proposed-Updates::CopyKatie"], os.path.basename(changes_file[:-8]+".katie"));