[Buildbot-devel] mergeRequests in BuilderConfig

Alexander O'Donovan-Jones Alexander at ccpgames.com
Wed Feb 9 11:53:34 UTC 2011


Has anyone played with Builder specific merging of buildrequests? The documentation (http://buildbot.net/buildbot/docs/latest/Merging-BuildRequests.html) says that you can pass mergeRequests=False to the BuilderConfig instance, however, a quick look at the code (https://github.com/buildbot/buildbot/blob/master/master/buildbot/config.py#L26) shows that the BuilderConfig class doesn't have this variable.

Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from buildbot.config import BuilderConfig
>>> BuilderConfig(name='foo', slavename='bar', builddir='builddir', mergeRequests=False)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'mergeRequests'

Did this work at some point previously? And if so, does anyone know why it was removed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110209/54f1ec14/attachment.html>


More information about the devel mailing list