On 03/21/2013 11:38 PM, Matti Picus wrote:
fijal did restart the buildbot, it didn't help.
then I fear that the best is to do some good old debug with print statements
and pdb.set_trace().
If you login to cobra, you can do the following:
$ ssh [email protected]
$ cd pypy-buildbot
$ less README # :-)
$ cd master
$ make stop
$ make debug
the nice thing of "make debug" instead of "make start" is that it does not
redirect stdout to a logfile, which means that you can use pdb and prints to
understand what's going wrong.
Once you fixed, remember to commit/push your changes and to "make start"
the master again.
ciao,
Anto
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev