Using original GDB buildbot config
This commit is contained in:
parent
ca071c6b22
commit
a0c0e24079
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue