X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;fp=daklib%2Fqueue.py;h=9dd2702ca02aa296071f768cd7764c7c4e9f37cf;hb=a3bb8f4b75f1812f14f4df676b16fb3fc0e38be9;hp=547972ed0932b6af669e836e96a61dbfcbdf100d;hpb=1321b77d07db1c22cd028c83937817ede40479a9;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 547972ed..9dd2702c 100644 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -104,6 +104,7 @@ def check_valid(overrides, session): def prod_maintainer(notes, upload): cnf = Config() changes = upload.changes + whitelists = [ upload.target_suite.mail_whitelist ] # Here we prepare an editor and get them ready to prod... (fd, temp_filename) = utils.temp_filename() @@ -154,7 +155,7 @@ def prod_maintainer(notes, upload): Subst,cnf["Dir::Templates"]+"/process-new.prod") # Send the prod mail - utils.send_mail(prod_mail_message) + utils.send_mail(prod_mail_message, whitelists=whitelists) print "Sent prodding message"