phase1: remove renderable locks: not supported in 0.8.9
authorThibaut VARÈNE <hacks@slashdirt.org>
Tue, 26 Jun 2018 14:29:48 +0000 (16:29 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jun 2018 20:09:16 +0000 (22:09 +0200)
Support for renderable locks was only added in buildbot 0.9.0

0.8.9 fails with:

  File "/usr/lib/python2.7/dist-packages/buildbot/process/buildstep.py", line 266, in startStep
    for access in self.locks]
exceptions.TypeError: '_Renderer' object is not iterable

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>

No differences found