[pypy-commit] buildbot default: Add a commented-out attempt at using manhole
arigo
noreply at buildbot.pypy.org
Mon Sep 12 11:27:44 CEST 2011
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r592:5d9ee93fb629
Date: 2011-09-12 11:26 +0200
http://bitbucket.org/pypy/buildbot/changeset/5d9ee93fb629/
Log: Add a commented-out attempt at using manhole
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -3,6 +3,7 @@
from buildbot.buildslave import BuildSlave
from buildbot.status.html import WebStatus
from buildbot.process.builder import Builder
+#from buildbot import manhole
from pypybuildbot.pypylist import PyPyList
from pypybuildbot.ircbot import IRC # side effects
@@ -330,6 +331,9 @@
},
],
+ # http://readthedocs.org/docs/buildbot/en/latest/tour.html#debugging-with-manhole
+ #'manhole': manhole.PasswordManhole("tcp:1234:interface=127.0.0.1",
+ # "buildmaster","XndZopHM"),
'buildbotURL': 'http://buildbot.pypy.org/', # with a trailing '/'!
'projectURL': 'http://pypy.org/',
'projectName': 'PyPy'}
More information about the pypy-commit
mailing list