From da017ccc3907c83bc04f037f0d6701595cd8a2b9 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 14 Aug 2014 09:20:17 +0000 Subject: [PATCH] buildmaster: one last try putting taskname in the mail subject --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index d12cb39d4a..298bc60d60 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -278,7 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status): mn = MailNotifier(fromaddr='taskotron@fedoraproject.org', sendToInterestedUsers=False, - subject="%(result)s in %(projectName)s on %(builder)s", + subject="%(taskname)s %(result)s in %(projectName)s on %(builder)s", mode=('failing', 'exception', 'warnings'), extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'], relayhost="bastion.phx2.fedoraproject.org",