From: James Troup Date: Thu, 11 Mar 2004 00:08:32 +0000 (+0000) Subject: 2004-03-05 James Troup * alicia (main): don't warn about not... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=86b1104fb607ba8527969f9b1ee349532ae6fe58;p=dak.git 2004-03-05 James Troup * alicia (main): don't warn about not closing bugs - we don't manage overrides through the BTS. --- diff --git a/alicia b/alicia index 28426a71..d781342b 100755 --- a/alicia +++ b/alicia @@ -2,7 +2,7 @@ # Microscopic modification and query tool for overrides in projectb # Copyright (C) 2004 Daniel Silverstone -# $Id: alicia,v 1.3 2004-02-02 23:50:18 dsilvers Exp $ +# $Id: alicia,v 1.4 2004-03-11 00:08:32 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 @@ -173,7 +173,7 @@ def main (): print "I: Will change section from %s to %s" % (oldsection,newsection); if not Options.has_key("Done"): - utils.warn("No bugs to close have been specified. Noone will know you have done this."); + #utils.warn("No bugs to close have been specified. Noone will know you have done this."); else: print "I: Will close bug(s): %s" % (Options["Done"]); @@ -219,7 +219,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + ", ".join(bcc); else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Katie: alicia $Revision: 1.3 $"; + Subst["__CC__"] = "X-Katie: alicia $Revision: 1.4 $"; Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"]; Subst["__DISTRO__"] = Cnf["Dinstall::MyDistribution"]; Subst["__WHOAMI__"] = utils.whoami();