#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
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to