[Buildbot-commits] buildbot ChangeLog,1.871,1.872

Brian Warner warner at users.sourceforge.net
Fri Jul 27 10:13:57 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ rename c['bots'] to c['slaves'], and use buildbot.slave.BuildSlave instances instead of tuples. Closes #63.]

Original author: warner at lothar.com
Date: 2007-07-27 09:11:01+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.871
retrieving revision 1.872
diff -u -d -r1.871 -r1.872
--- ChangeLog	26 Jul 2007 22:12:44 -0000	1.871
+++ ChangeLog	27 Jul 2007 10:13:54 -0000	1.872
@@ -1,3 +1,15 @@
+2007-07-27  Brian Warner  <warner at lothar.com>
+
+	* buildbot/master.py (BuildMaster.loadConfig_Slaves): rename
+	c['bots'] to c['slaves'], and use buildbot.slave.BuildSlave
+	instances instead of tuples. Closes #63.
+	* buildbot/slave/__init__.py (BuildSlave): define marker class
+	* buildbot/scripts/sample.cfg: use c['slaves'] in sample config
+	* docs/buildbot.texinfo (Buildslave Specifiers): document c['slaves']
+	* buildbot/test/test_*.py: update tests to match
+	* buildbot/test/test_config.py (ConfigTest.testBots): verify that
+	the c['bots'] backwards-compatibility handler works
+
 2007-07-26  Brian Warner  <warner at lothar.com>
 
 	* buildbot/changes/hgbuildbot.py (hook): add an in-process





More information about the Commits mailing list