[Buildbot-commits] [Buildbot] #2129: Support unix domain sockets for build slaves.

Buildbot nobody at buildbot.net
Thu Oct 13 16:24:59 UTC 2011


#2129: Support unix domain sockets for build slaves.
------------------------+--------------------
Reporter:  simpletoon   |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.8.+
 Version:  0.8.5        |  Resolution:
Keywords:               |
------------------------+--------------------

Comment (by simpletoon):

 I don't know enough about Twisted or the buildbot code to do anything with
 it myself.  An idea may be something like using
 twisted.internet.endpoints.clientFromString. In order to be backwards
 compatible, BuildSlave could take both parameters still.  If the port
 parameter is None, then treat the hostname parameter as the string and use
 clientFromString.  Otherwise use the current TCPClient.  New slaves
 created with buildbot create-slave would have the 'masterEndpoint'
 variable, and would call BuildSlave(masterEndpoint, None, ...), while
 current slaves would use BuildSlave(hostname, portnum, ...)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2129#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list