[Buildbot-commits] buildbot ChangeLog,1.408,1.409

Brian Warner warner at users.sourceforge.net
Wed May 4 02:09:41 UTC 2005


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

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

add 'buildbot sendchange' command

	* buildbot/scripts/runner.py (sendchange): new command to send a
	change to a buildbot.changes.pb.PBChangeSource receiver.
	* buildbot/test/test_changes.py (Sender): test it

	* buildbot/master.py (BuildMaster.startService): mark .readConfig
	after any reading of the config file, not just when we do it in
	startService. This makes some tests a bit cleaner.

	* buildbot/changes/pb.py: add some log messages


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- ChangeLog	3 May 2005 20:02:04 -0000	1.408
+++ ChangeLog	4 May 2005 02:09:39 -0000	1.409
@@ -1,5 +1,15 @@
 2005-05-03  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py (sendchange): new command to send a
+	change to a buildbot.changes.pb.PBChangeSource receiver.
+	* buildbot/test/test_changes.py (Sender): test it
+
+	* buildbot/master.py (BuildMaster.startService): mark .readConfig
+	after any reading of the config file, not just when we do it in
+	startService. This makes some tests a bit cleaner.
+
+	* buildbot/changes/pb.py: add some log messages
+
 	* buildbot/process/base.py (Build.startBuild): fix a bug that
 	caused an exception when the build terminated in the very first
 	step.





More information about the Commits mailing list