[Buildbot-commits] buildbot ChangeLog,1.449,1.450

Brian Warner warner at users.sourceforge.net
Wed May 18 02:21:32 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-207
Creator:  Brian Warner <warner at monolith.lothar.com>

'buildbot stop': don't double-kill the daemon

	* buildbot/scripts/runner.py (stop): actually poll once per
	second, instead of re-killing the poor daemon once per second.
	Sleep briefly (0.1s) before the first poll, since there's a good
	chance we can avoid waiting the full second if the daemon shuts
	down quickly. Also remove the sys.exit() at the end.
	(start): remove the unneighborly sys.exit()


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -d -r1.449 -r1.450
--- ChangeLog	18 May 2005 01:59:54 -0000	1.449
+++ ChangeLog	18 May 2005 02:21:30 -0000	1.450
@@ -1,5 +1,12 @@
 2005-05-17  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py (stop): actually poll once per
+	second, instead of re-killing the poor daemon once per second.
+	Sleep briefly (0.1s) before the first poll, since there's a good
+	chance we can avoid waiting the full second if the daemon shuts
+	down quickly. Also remove the sys.exit() at the end.
+	(start): remove the unneighborly sys.exit()
+
 	* Makefile: improve permission-setting to not kick Arch so badly
 
 	* buildbot/scripts/runner.py (SlaveOptions.optParameters): set a





More information about the Commits mailing list