Using original GDB buildbot config

This commit is contained in:
Sergio Durigan Junior 2015-01-18 13:16:22 -05:00
parent ca071c6b22
commit a0c0e24079

View file

@ -56,7 +56,7 @@ set_web_base (gdb_web_base)
# 'protocols' contains information about protocols which master will use for
# communicating with slaves.
c['protocols'] = {'pb': {'port': 9989}}
c['protocols'] = {'pb': {'port': 16123}}
# the 'change_source' setting tells the buildmaster how it should find out
# about source code changes.
@ -190,7 +190,7 @@ send to the gdb-testers mailing list."""
'subject' : subj }
from buildbot.status import mail
mn = mail.MailNotifier(fromaddr = "buildbot@sergiodj.net",
mn = mail.MailNotifier(fromaddr = "sergiodj@redhat.com",
sendToInterestedUsers = False,
extraRecipients = ['gdb-testers@sourceware.org'],
mode = ('failing'),
@ -202,7 +202,7 @@ c['status'].append (mn)
c['title'] = "GDB"
c['titleURL'] = "https://gnu.org/s/gdb"
c['buildbotURL'] = "http://localhost:8010/"
c['buildbotURL'] = "http://gdb-build.sergiodj.net/"
c['db'] = {
'db_url' : "sqlite:///state.sqlite",