diff --git a/master.cfg b/master.cfg index 6441ced..a55f62c 100644 --- a/master.cfg +++ b/master.cfg @@ -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",