[Buildbot-commits] buildbot ChangeLog,1.452,1.453

Brian Warner warner at users.sourceforge.net
Sun May 22 01:44:22 UTC 2005


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

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

fix some bugs in several 'buildbot' subcommands

	* buildbot/scripts/runner.py (run): call sendchange(), not
	do_sendchange(): thus 'buildbot sendchange' was broken in 0.6.5
	(run): call stop("HUP"), not "-HUP", 'buildbot stop' was broken.
	(stop): don't wait for process to die when sending SIGHUP
	(masterTAC): use a rawstring for basedir=, otherwise '\' in the
	directory name gets interpreted, which you don't want
	(slaveTAC): same

	* buildbot/__init__.py (version): bump to 0.6.5+ while between
	releases


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- ChangeLog	18 May 2005 08:01:36 -0000	1.452
+++ ChangeLog	22 May 2005 01:44:20 -0000	1.453
@@ -1,3 +1,16 @@
+2005-05-20  Brian Warner  <warner at lothar.com>
+
+	* buildbot/scripts/runner.py (run): call sendchange(), not
+	do_sendchange(): thus 'buildbot sendchange' was broken in 0.6.5
+	(run): call stop("HUP"), not "-HUP", 'buildbot stop' was broken.
+	(stop): don't wait for process to die when sending SIGHUP
+	(masterTAC): use a rawstring for basedir=, otherwise '\' in the
+	directory name gets interpreted, which you don't want
+	(slaveTAC): same
+
+	* buildbot/__init__.py (version): bump to 0.6.5+ while between
+	releases
+
 2005-05-18  Brian Warner  <warner at lothar.com>
 
 	* buildbot/__init__.py (version): Releasing buildbot-0.6.5





More information about the Commits mailing list