[Buildbot-commits] buildbot ChangeLog,1.608,1.609

Brian Warner warner at users.sourceforge.net
Sun May 7 04:35:07 UTC 2006


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

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

step_twisted.py: fix another typo

	* buildbot/process/step_twisted.py (Trial.setupEnvironment): more
	bugs in twisted-specific code not covered by my unit tests, this
	time use 'cmd' argument instead of self.cmd


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -d -r1.608 -r1.609
--- ChangeLog	7 May 2006 04:21:58 -0000	1.608
+++ ChangeLog	7 May 2006 04:35:04 -0000	1.609
@@ -1,5 +1,9 @@
 2006-05-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step_twisted.py (Trial.setupEnvironment): more
+	bugs in twisted-specific code not covered by my unit tests, this
+	time use 'cmd' argument instead of self.cmd
+
 	* buildbot/process/process_twisted.py (TwistedBuild.isFileImportant):
 	fix stupid braino: either use startwith or find()==0, not both.
 	(TwistedReactorsBuildFactory.__init__): another dumb typo





More information about the Commits mailing list