[Buildbot-commits] buildbot/buildbot master.py,1.100,1.101

Brian Warner warner at users.sourceforge.net
Fri Nov 24 08:23:29 UTC 2006


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

Modified Files:
	master.py 
Log Message:
[project @ enhance 'buildbot sighup' to show all related twistd.log lines. Also rename it to 'buildbot reconfig'. This addresses half of SF#1517975]

Original author: warner at lothar.com
Date: 2006-11-24 08:21:21

Index: master.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/master.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- master.py	24 Nov 2006 07:19:55 -0000	1.100
+++ master.py	24 Nov 2006 08:23:27 -0000	1.101
@@ -625,6 +625,8 @@
         except:
             log.msg("error during loadConfig")
             log.err()
+            log.msg("The new config file is unusable, so I'll ignore it.")
+            log.msg("I will keep using the previous config file instead.")
         f.close()
 
     def loadConfig(self, f):





More information about the Commits mailing list