ReleaseEngineering/How To/Setup Personal Development Master: Difference between revisions

Jump to navigation Jump to search
import words.IRC
(import words.IRC)
Line 283: Line 283:
* Using Buildbot's IRC bot
* Using Buildbot's IRC bot
**first add the following to your list of status obj in your master.cfg:
**first add the following to your list of status obj in your master.cfg:
  from buildbot.status import words
  ...
   irc = words.IRC("irc.mozilla.org", "<your-bot-nick>",  
   irc = words.IRC("irc.mozilla.org", "<your-bot-nick>",  
                   channels=["<irc-channel>"],  useSSL=True,
                   channels=["<irc-channel>"],  useSSL=True,
22

edits

Navigation menu