[Buildbot-commits] [Buildbot] #2138: ability to plug-in new slave-side commands

Buildbot nobody at buildbot.net
Sun Oct 30 17:25:31 UTC 2011


#2138: ability to plug-in new slave-side commands
------------------------+--------------------
Reporter:  dustin       |      Owner:  dustin
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.6
 Version:  0.8.5        |   Keywords:
------------------------+--------------------
 Some users would like to be able to add additional slave-side Command
 subclasses, both for performance and flexibility.

 Right now, you can do this from `buildbot.tac`:
 {{{
 from buildslave.commands.registry import commandRegistry
 commandRegistry['mycommand'] = 'my.module.CommandClass'
 }}}

 This should be pretty easy to document, and should be tested manually to
 ensure there are no sharp edges or other gotchas.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2138>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list