tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.2.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
bjb has quit [Remote host closed the connection]
bjb has joined #buildbot
flx has quit [Quit: Leaving]
flx has joined #buildbot
Zash has quit [Quit: Gateway shutdown]
koobs has quit [Quit: koobs]
koobs has joined #buildbot
koobs has quit [Changing host]
koobs has joined #buildbot
cmouse has joined #buildbot
koobs has quit [Ping timeout: 272 seconds]
koobs has joined #buildbot
koobs has quit [Changing host]
koobs has joined #buildbot
Zash has joined #buildbot
flx has quit [Ping timeout: 268 seconds]
Humbedooh has joined #buildbot
<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
<cmouse> http://p.ip.fi/6wNA something like this?
<Humbedooh> let me try that, thanks :)
<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]
ewong has joined #buildbot
flx has joined #buildbot
p12tic has quit [Ping timeout: 244 seconds]
p12tic has joined #buildbot