[Buildbot-devel] Running Pythonscript

Charles Lepple clepple at gmail.com
Thu Aug 28 02:47:59 UTC 2008


On Wed, Aug 27, 2008 at 6:21 AM, Johann Thurmayr
<Johann.Thurmayr at gmx.net> wrote:
> Hi all,
>
> i want to run a python- script started by a buildfactory. The script
> contains some os.system() calls. but all these calls are just ignored.
>
> can someone please tell me how to fix this?!

Hard to tell exactly what you're doing without an example, but are you
adding the os.system() calls directly to master.cfg, or to a script
called by a ShellCommand in master.cfg?

The latter is probably what you want to do, if you want the calls to
run on the slave system where the rest of the build happens.

-- 
- Charles Lepple




More information about the devel mailing list