[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.8,1.9
Brian Warner
warner at users.sourceforge.net
Mon May 29 00:10:28 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16531/buildbot/scripts
Modified Files:
sample.cfg
Log Message:
[project @ make the sample Manhole config use a localhost-only port]
Original author: warner at lothar.com
Date: 2006-05-28 21:59:11
Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sample.cfg 17 Mar 2006 01:07:09 -0000 1.8
+++ sample.cfg 29 May 2006 00:10:26 -0000 1.9
@@ -131,7 +131,7 @@
# interactive python shell, which may be useful for debugging buildbot
# internals. It is probably only useful for buildbot developers.
#from buildbot.master import Manhole
-#c['manhole'] = Manhole(9999, "admin", "password")
+#c['manhole'] = Manhole("tcp:9999:interface=127.0.0.1", "admin", "password")
# the 'projectName' string will be used to describe the project that this
# buildbot is working on. For example, it is used as the title of the
More information about the Commits
mailing list