[Buildbot-commits] buildbot ChangeLog,1.606,1.607

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


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

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

fix stupid mistake in TwistedBuild.isFileImportant

	* buildbot/process/process_twisted.py (TwistedBuild.isFileImportant):
	fix stupid braino: either use startwith or find()==0, not both.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -d -r1.606 -r1.607
--- ChangeLog	7 May 2006 00:44:28 -0000	1.606
+++ ChangeLog	7 May 2006 04:08:04 -0000	1.607
@@ -1,5 +1,8 @@
 2006-05-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/process_twisted.py (TwistedBuild.isFileImportant):
+	fix stupid braino: either use startwith or find()==0, not both.
+
 	* buildbot/test/test_slavecommand.py (ShellBase.testInterrupt1): 
 	mark this test as TODO under windows, since process-killing seems
 	dodgy there. We'll come back to this later and try to fix it





More information about the Commits mailing list