[Buildbot-commits] [Buildbot] #2547: Can't have slaves and builders with the same name
Buildbot trac
trac at buildbot.net
Sun Aug 11 02:03:45 UTC 2013
#2547: Can't have slaves and builders with the same name
-----------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: patches-accepted | Milestone: 0.8.+
Version: 0.8.7p1 | Keywords: simple
-----------------------------+--------------------
Slaves and builders are both child services of the same !MultiService, and
as such can't have the same name. This was noted in #2538.
The fix for this is to create two !MultiService objects, one to be the
parent of every slave, and one to be the parent of every Builder.
--
Ticket URL: <http://trac.buildbot.net/ticket/2547>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list