buildbot / buildbot-docker-example-config

example configuration for running buildbot in docker
35 stars 184 forks source link

Amend twisted configuration #12

Closed matelakat closed 6 years ago

matelakat commented 6 years ago

It seems twisted wants to see the protocol as well, not just a bare port number. Without this we got:

exceptions.ValueError: Unknown endpoint type: '8010'

fixes #11