[Buildbot-devel] Running Pythonscript

Johann Thurmayr Johann.Thurmayr at gmx.net
Thu Aug 28 11:55:58 UTC 2008


> 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?

I run them in a script called by a ShellCommand. I replaced all the
os.system() calls by subprocess.Popen("mycmd",shell=True,stdout=PIPE)
this works. But i still wonder why os.system() and os.Popen are ignored.

This python script is a kind of build- script in my case.

-Hans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://buildbot.net/pipermail/devel/attachments/20080828/035aa610/attachment.bin>


More information about the devel mailing list