[Buildbot-commits] buildbot ChangeLog,1.1014,1.1015

Brian Warner warner at users.sourceforge.net
Tue Jan 1 03:23:55 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ on windows, make 'buildbot reconfig' print a warning instead of hanging. For #105.]

Original author: warner at lothar.com
Date: 2008-01-01 03:23:19+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1014
retrieving revision 1.1015
diff -u -d -r1.1014 -r1.1015
--- ChangeLog	1 Jan 2008 02:46:37 -0000	1.1014
+++ ChangeLog	1 Jan 2008 03:23:53 -0000	1.1015
@@ -1,5 +1,11 @@
 2007-12-31  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/reconfig.py (Reconfigurator.run): if we're on
+	windows, make 'buildbot reconfig' emit a warning message (since
+	there's no SIGHUP to be had) rather than just hanging. Addresses
+	#105, but we still need to document this somewhere. Thanks to
+	Ben Hearsum for the patch.
+
 	* buildbot/slave/commands.py (SlaveFileUploadCommand.start):
 	rewrite the main loop to avoid tail recursion, since Deferreds
 	don't optimize those out. Without this, at the end of the transfer





More information about the Commits mailing list