[Buildbot-commits] buildbot/buildbot/process step_twisted.py,1.69,1.70

Brian Warner warner at users.sourceforge.net
Mon Oct 24 04:13:08 UTC 2005


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

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

oops, didn't finish editing ProcessDocs.createSummary

--This line, and those below, will be ignored--
Files to commit:
   <can't compute list>

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!


Index: step_twisted.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step_twisted.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- step_twisted.py	24 Oct 2005 03:48:31 -0000	1.69
+++ step_twisted.py	24 Oct 2005 04:13:06 -0000	1.70
@@ -630,7 +630,6 @@
             if wantThis:
                 warningLines.append(line)
 
-        warningLines = filter(lambda line: line.find("WARNING: ") == 0, lines)
         if warningLines:
             self.addCompleteLog("warnings", "".join(warningLines))
         self.warnings = len(warningLines)





More information about the Commits mailing list