Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify in #servo-bots #130

Merged
merged 1 commit into from Oct 21, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Notify in #servo-bots

  • Loading branch information
edunham committed Oct 21, 2015
commit 915a95a31b0e4e5b1a9b4fe2052f9a9c039476df
@@ -412,6 +412,19 @@ authz_cfg=authz.Authz(
)
c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))

from buildbot.status import words
c['status'].append(words.IRC(host="irc.mozilla.org",
port=6697,
useSSL=True,
nick="servo_buildbot",
channels=["#servo-bots"],
notify_events={
'exception':1,
'finished':1,
'success':1,
'failure':1
}))

####### PROJECT IDENTITY

c['title'] = "Servo"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.