]> git.decadent.org.uk Git - dak.git/commitdiff
2004-03-05 James Troup <james@nocrew.org> * alicia (main): don't warn about not...
authorJames Troup <james@nocrew.org>
Thu, 11 Mar 2004 00:08:32 +0000 (00:08 +0000)
committerJames Troup <james@nocrew.org>
Thu, 11 Mar 2004 00:08:32 +0000 (00:08 +0000)
alicia

diff --git a/alicia b/alicia
index 28426a710ebe6110e991768575e69354e34338dc..d781342b8b48d342ef3fd77d7adf9e4aaa4d55dd 100755 (executable)
--- a/alicia
+++ b/alicia
@@ -2,7 +2,7 @@
 
 # Microscopic modification and query tool for overrides in projectb
 # Copyright (C) 2004  Daniel Silverstone <dsilvers@digital-scurf.org>
-# $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();