[Buildbot-devel] Run shell command on master
Ben Hearsum
bhearsum at mozilla.com
Fri Feb 29 20:54:03 UTC 2008
To be honest, your best way is probably a cronjob unless you _really_
want it run within Buildbot.
If you _do_, it depends on your builder setup. If you've got a builder
that it would make sense to put it in, you can just add a BuildStep
subclass -- all of that code would run on the master.
On 29-Feb-08, at 3:50 PM, Wang, Yu wrote:
> I am trying to run a python script on the master system at a certain
> time each day. What is the best way to schedule it? Do I need to
> start a slave on the master and trigger the script the same way as
> to all the other slaves, or there is a simple way to just issue a
> shell command on the master?
>
> Thanks,
> Jean
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list