| Index: master.chromium/master.cfg
|
| ===================================================================
|
| --- master.chromium/master.cfg (revision 31837)
|
| +++ master.chromium/master.cfg (working copy)
|
| @@ -1784,7 +1784,7 @@
|
| relayhost=config.Master.smtp,
|
| subject='buildbot %(result)s in %(projectName)s on %(builder)s, '
|
| 'revision %(revision)s',
|
| - extraRecipients=tuple(ActiveMaster.tree_closing_notification_recipients),
|
| + extraRecipients=ActiveMaster.tree_closing_notification_recipients,
|
| lookup='google.com',
|
| forgiving_steps=forgiving_steps,
|
| tree_status_url=ActiveMaster.tree_status_url))
|
| @@ -1878,7 +1878,7 @@
|
| status_header='Perf alert on "%(builder)s":\n%(steps)s',
|
| subject='buildbot %(result)s in %(projectName)s on %(builder)s, '
|
| 'revision %(revision)s',
|
| - extraRecipients=tuple(['cmp@google.com']),
|
| + extraRecipients=['cmp@google.com'],
|
| lookup='google.com',
|
| forgiving_steps=forgiving_steps))
|
|
|
|
|