Tagged Questions
2
votes
2answers
697 views
buildbot: connect to IRC server using SSL
How can I use buildbot's IRC bot to connect to an IRC server that wants SSL connections?
1
vote
2answers
394 views
build bot master config error
I installed buildbot and this is my master.cfg:
c = BuildmasterConfig = {}
from buildbot.buildslave import BuildSlave
c['slaves'] = [BuildSlave("windows", "windows32")]
c['slavePortnum'] = 9989
...
1
vote
2answers
366 views
win32api.dll Will Not Install
I am trying to start a Buildbot Buildslave on a Windows XP virtual machine:
python buildbot start .
ImportError: No module named win32api.
Google tells me that win32api is win32api.dll. I ...