[Buildbot-devel] Build step to update AssemblyInfo.cs files?

Steve Hoelzer shoelzer at gmail.com
Tue Jan 7 19:54:23 UTC 2014


On Mon, Jan 6, 2014 at 5:19 PM, Steve Hoelzer <shoelzer at gmail.com> wrote:
> Assuming I'm breaking new ground now, I will have to write my own
> build step. I can do the file updates in a Python function. After
> reading docs and browsing code, I think I can subclass
> LoggingBuildStep and implement start() to run my Python function as a
> RemoteCommand. Is that a reasonable way to do things?

Well I tried but that doesn't work. RemoteCommand calls the command on
the command line but I just want to call a Python function. How can I
get my build step to run a Python function on a slave?

Thanks,
Steve




More information about the devel mailing list