[Buildbot-commits] buildbot ChangeLog,1.584,1.585

Brian Warner warner at users.sourceforge.net
Fri Apr 7 04:11:00 UTC 2006


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

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

SF#1412605 : add BuildFactory.addStep

	* buildbot/process/factory.py (BuildFactory.addStep): new method
	to add steps to a BuildFactory. Use it instead of f.steps.append,
	and you can probably avoid using the s() convenience function.
	Patch from Neal Norwitz, sf.net #1412605.
	(other): update all factories to use addStep
	* buildbot/process/process_twisted.py: update all factories to use
	addStep.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.584
retrieving revision 1.585
diff -u -d -r1.584 -r1.585
--- ChangeLog	5 Apr 2006 18:25:36 -0000	1.584
+++ ChangeLog	7 Apr 2006 04:10:57 -0000	1.585
@@ -1,11 +1,22 @@
+2006-04-05  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/factory.py (BuildFactory.addStep): new method
+	to add steps to a BuildFactory. Use it instead of f.steps.append,
+	and you can probably avoid using the s() convenience function.
+	Patch from Neal Norwitz, sf.net #1412605.
+	(other): update all factories to use addStep
+	* buildbot/process/process_twisted.py: update all factories to use
+	addStep.
+
 2006-04-03  Brian Warner  <warner at lothar.com>
 
 	* buildbot/test/test_vc.py: modified find-the-VC-command logic to
-	work under windows too. Adapted from a patch by Niklaus Giger.
+	work under windows too. Adapted from a patch by Niklaus Giger,
+	addresses SF#1463399.
 
 	* buildbot/test/__init__.py: set $LANG to 'C', to insure that
 	spawned commands emit parseable results in english and not some
-	other language. Patch from Niklaus Giger.
+	other language. Patch from Niklaus Giger, SF#1463394.
 
 	* README (INSTALLATION): discourage users from running unit tests on
 	a "network drive", patch from Niklaus Giger.





More information about the Commits mailing list