X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=5a88ffcfab435fd1bb281b0e3d625044870caf16;hb=76f197bc13c6c094f9687f87b1c475330f3771fa;hp=17cf4e8f0bd1ac810fbb392abe7a6fff5f223b71;hpb=c0e234e1ab2d026ad96ef522ea66e41d47d6faa3;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 17cf4e8f..5a88ffcf 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -493,9 +493,8 @@ def prod_maintainer (note, upload): prod_mail_message = utils.TemplateSubst( Subst,cnf["Dir::Templates"]+"/process-new.prod") - # Send the prod mail if appropriate - if not cnf["Dinstall::Options::No-Mail"]: - utils.send_mail(prod_mail_message) + # Send the prod mail + utils.send_mail(prod_mail_message) print "Sent proding message" @@ -846,9 +845,6 @@ def main(): sys.stderr.write("Sorting changes...\n") changes_files = sort_changes(changes_files, session) - # Kill me now? **FIXME** - cnf["Dinstall::Options::No-Mail"] = "" - for changes_file in changes_files: changes_file = utils.validate_changes_file_arg(changes_file, 0) if not changes_file: