fixing typo in buildmaster configuration
This commit is contained in:
parent
427480c594
commit
f36b32b5b6
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status):
|
|||
|
||||
mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
|
||||
sendToInterestedUsers=False,
|
||||
mode=('failing', 'exception', 'warning'),
|
||||
mode=('failing', 'exception', 'warnings'),
|
||||
extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'],
|
||||
relayhost="bastion.phx2.fedoraproject.org",
|
||||
messageFormatter=html_message_formatter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue