tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.0.2 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | logs: https://freenode.irclog.whitequark.org/buildbot
ngladitz has quit [Ping timeout: 246 seconds]
ngladitz- has joined #buildbot
ngladitz- is now known as ngladitz
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 240 seconds]
Forkk has quit [Ping timeout: 240 seconds]
Forkk has joined #buildbot
Forkk has quit [Ping timeout: 244 seconds]
Forkk has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 260 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 246 seconds]
kraiskil has joined #buildbot
Falko has joined #buildbot
kraiskil has quit [Ping timeout: 245 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 260 seconds]
Falko has quit [*.net *.split]
Falko has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 260 seconds]
iTitou_ has joined #buildbot
iTitou_ is now known as iTitou
aakashjain has joined #buildbot
<aakashjain> does the buildbot-worker package 2.10.2 still supports python 2?
<aakashjain> Like, without upgrading to python 3 on the worker bot, can I still install and use buildbot-worker v2.10.2 on them?
<aakashjain> tardyp ^
<tardyp> yes it does
<tardyp> it is described in pypi
<tardyp> for now it does not cost much to support, but as soon as it starts to be too annoying, we'll drop support
<tardyp> but you will stil be able to use older version
<aakashjain> tardyp: that's nice. It makes it easier to transition. Like I can transition from old buildbot-worker to new package first, and then separately upgrade bots to python3.
<tardyp> right
jcarl43 has joined #buildbot
MattJ has quit [Read error: Connection reset by peer]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 240 seconds]
Falko has quit [Quit: Leaving.]
jmbb has joined #buildbot
jmbb74 has joined #buildbot
jmbb has quit []
jmbb74 has quit [Client Quit]
jmbb has joined #buildbot
<jmbb> hi
<jmbb> I am migrating from version 0.8.12 to version 2.10.2
<jmbb> Overall, it works, but there are some things that don't work like before...
<jmbb> For example, I have the impression that step.getProperty() does not work : it always returns False whatever the value of CHECK_luopts
<jmbb> ----------------------------------------------------------------
<jmbb> class MakeLessOptCmd(ShellCommand):
<jmbb>     def evaluateCommand(self, cmd):
<jmbb>         if cmd.rc == 0:
<jmbb>             return SUCCESS
<jmbb>         ...
<jmbb>         return WARNINGS
<jmbb> def make_luopts(step):
<jmbb>     return step.getProperty('CHECK_luopts') == True
<jmbb> MakeLessOptCmd(
<jmbb>          name = "luo”,
<jmbb>          doStepIf = make_luopts,
<jmbb>          command=Interpolate(“...'"),
<jmbb>           ...
<jmbb>        )
<jmbb> ----------------------------------------------------------------
<jmbb> I used sendchange:
<jmbb> ----------------------------------------------------------------
iTitou has quit [Ping timeout: 244 seconds]
MattJ has joined #buildbot
<jmbb> doStepIf = Interpolate('%(prop:CHECK_luopts)s') == True
<jmbb> doesn't work
<jmbb> doStepIf = Property('CHECK_luopts')
<jmbb> craches with
<jmbb> builtins.TypeError: 'str' object is not callable
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 256 seconds]
infobob has quit [Excess Flood]
infobob has joined #buildbot
jcarl43 has quit [Quit: WeeChat 3.1]