📄 status.py
字号:
from buildbot.status import html, mail, wordsweb = html.WebStatus(http_port=8010)allBuildsEmail = mail.MailNotifier(fromaddr="buildbot@webkit.org", extraRecipients=["mark+webkit-builds@bdash.net.nz"], sendToInterestedUsers=False)breakageEmail = mail.MailNotifier(fromaddr="buildbot@webkit.org", lookup=mail.Domain("webkit.org"), mode="failing")IRC = words.IRC(host="irc.freenode.net", nick="webkit-build", channels=["#webkit-build"],# announceAllBuilds=True )def getStatusListeners(): return [web, allBuildsEmail, IRC]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -