[Buildbot-devel] python_twisted. RemovePYCs on windows
Julia S.S.
hithwen at gmail.com
Mon Jun 24 11:21:38 UTC 2013
Hi,
I have a buildbot master with a local slave running on ubuntu, now I'm in
the process of adding a windows slave and I want to reuse as much code as
possible.
First in the face has been removePYCs steps which executes 'find' '.'
'-name' '*.pyc' '-exec' 'rm' '{}' ';'
it's platform agnostic. I see in the source that steps are defined in
master, so is there a way to make steps dependand on the slave they run
or I should just write a new step with del /s *.pyc for the windows slave?
Regards,
Julia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130624/2354dfd4/attachment.html>
More information about the devel
mailing list