Sending results to gdb-testers
This commit is contained in:
parent
75254f510c
commit
ffb6a70bce
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ send to the gdb-testers mailing list."""
|
||||||
from buildbot.status import mail
|
from buildbot.status import mail
|
||||||
mn = mail.MailNotifier(fromaddr = "buildbot@sergiodj.net",
|
mn = mail.MailNotifier(fromaddr = "buildbot@sergiodj.net",
|
||||||
sendToInterestedUsers = False,
|
sendToInterestedUsers = False,
|
||||||
extraRecipients = ['sergiodj@redhat.com'],
|
extraRecipients = ['gdb-testers@sourceware.org'],
|
||||||
# extraRecipients = ['gdb-testers@sourceware.org'],
|
|
||||||
mode = ('failing'),
|
mode = ('failing'),
|
||||||
messageFormatter = MessageGDBTesters,
|
messageFormatter = MessageGDBTesters,
|
||||||
extraHeaders = { 'X-GDB-Buildbot' : '1' })
|
extraHeaders = { 'X-GDB-Buildbot' : '1' })
|
||||||
|
|
Loading…
Reference in a new issue