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