зеркало из https://github.com/mozilla/pjs.git
try out IRC bot functionality of buildbot
This commit is contained in:
Родитель
cb2e1cc4ba
Коммит
8548967bf0
|
@ -11,6 +11,7 @@ import os.path
|
|||
from buildbot.scheduler import Scheduler, Periodic
|
||||
from buildbot.process import step, factory
|
||||
from buildbot.status import html
|
||||
from buildbot.status import words
|
||||
from buildbot.steps.transfer import FileDownload
|
||||
s = factory.s
|
||||
|
||||
|
@ -62,6 +63,8 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
|
|||
logCompression="bzip2",
|
||||
errorparser="unittest"))
|
||||
|
||||
c['status'].append(words.IRC('irc.mozilla.org', 'sea-unit-bot', ['mozbot']))
|
||||
|
||||
##
|
||||
## Sources
|
||||
##
|
||||
|
|
Загрузка…
Ссылка в новой задаче