[Buildbot-commits] buildbot/buildbot/slave bot.py,1.23,1.24

Brian Warner warner at users.sourceforge.net
Sat Nov 25 07:57:35 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26991/buildbot/slave

Modified Files:
	bot.py 
Log Message:
[project @ SF#1517975: enhance 'start' and 'restart' commands to emit the useful parts of twistd.log, up until the process has started properly]

Original author: warner at lothar.com
Date: 2006-11-25 07:55:52

Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- bot.py	24 Nov 2006 07:19:55 -0000	1.23
+++ bot.py	25 Nov 2006 07:57:32 -0000	1.24
@@ -462,6 +462,7 @@
 
     def __init__(self, host, port, name, passwd, basedir, keepalive,
                  usePTY, keepaliveTimeout=30, umask=None, debugOpts={}):
+        log.msg("Creating BuildSlave")
         service.MultiService.__init__(self)
         self.debugOpts = debugOpts.copy()
         bot = self.botClass(basedir, usePTY)





More information about the Commits mailing list