<Humbedooh>
Hi folks, I was wondering if there is an answer to this problem. We have a build step that involves this: doStepIf=util.Property("source").in_(BUILDSITE_SOURCES)
<Humbedooh>
Is there a way to negate (not in) this and have it run at build time? I've tried using lambdas but that did not seem to work, and there is no notin_ function currently defined in process/properties.py
<Humbedooh>
doesn't seem like util.renderable is a thing, hmm
<cmouse>
ah
<Humbedooh>
ah, renderer perhaps?
<cmouse>
it's .. buildbot.util.renderable
<cmouse>
i import buildbot.util myself, instead of everything from it
<Humbedooh>
we do that here as well, but it can't find anything by that name in the util module. It can find util.renderer though. This is bb 3.2.0 if that helps
<Humbedooh>
it seems to work with util.renderer
<Humbedooh>
so thanks for the assist :) appreciate it
<cmouse>
ah, right =)
<cmouse>
poor memory
ewong has quit [Read error: Connection reset by peer]