[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.48,1.49
Brian Warner
warner at users.sourceforge.net
Sun Nov 26 07:31:47 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6750/buildbot/scripts
Modified Files:
runner.py
Log Message:
[project @ buildbot restart: remove dubious message]
Original author: warner at lothar.com
Date: 2006-11-26 07:28:02
Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- runner.py 25 Nov 2006 07:57:32 -0000 1.48
+++ runner.py 26 Nov 2006 07:31:45 -0000 1.49
@@ -326,10 +326,6 @@
if not quiet:
print "now restarting buildbot process.."
start(config)
- if not quiet:
- # this next line might not be printed, if start() ended up running
- # twistd inline
- print "buildbot process has been restarted"
def loadOptions(filename="options", here=None, home=None):
More information about the Commits
mailing list