[Buildbot-devel] Need advice on how to properly debug a running buildbot instance

Christian Unger christian.unger at me.com
Thu Mar 22 13:32:48 UTC 2012


OK, so I start a script that has the following contents:

#!/usr/bin/env python

from twisted.scripts.twistd import run
import os
try:
    os.unlink('twistd.pid')
except OSError:
    pass
run()


and pass the following arguments when running in Komodo:
-n -y buildbo.tac

yeah it's pretty simple, but It is hard to find any documentation about this

this works for me.
and I'm a happy camper now.


__
cu
christian unger



On Mar 21, 2012, at 10:51 AM, Christian Unger wrote:

> 
> 
> Hi,
> 
> subject says it all:
> I would like to be able to properly debug my buildbot installation.
> 
> More specifically: I have a Komodo license and would like to utilize Komodo for debugging buildbot - since ActiveState states on their website that Mozila engineers are using it to debug their buildbot instances my question goes out to those engineers here on the list.
> 
> I f discussing a commercial product seems inappropriate for the list, please email me offline with debugging tips and tricks.
> 
> 
> thanks in advance
> __
> cu
> christian unger





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20120322/05f2f998/attachment.html>


More information about the devel mailing list