[Buildbot-commits] buildbot ChangeLog,1.593,1.594
Brian Warner
warner at users.sourceforge.net
Mon Apr 17 19:22:36 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23634
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-500
Creator: Brian Warner <warner at lothar.com>
fix process_twisted.py factories, other style changes
* all: use isinstance() instead of 'type(x) is foo', suggested by
Neal Norwitz
* buildbot/process/process_twisted.py (QuickTwistedBuildFactory):
oops, fix a brain-fade from the other week, when making the
addStep changes. I changed all the __init__ upcalls to use the
wrong superclass name.
(FullTwistedBuildFactory.__init__): same
(TwistedDebsBuildFactory.__init__): same
(TwistedReactorsBuildFactory.__init__): same
(TwistedBuild.isFileImportant): use .startswith for clarity,
thanks to Neal Norwitz for the suggestions.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -d -r1.593 -r1.594
--- ChangeLog 17 Apr 2006 18:31:40 -0000 1.593
+++ ChangeLog 17 Apr 2006 19:22:34 -0000 1.594
@@ -1,5 +1,18 @@
2006-04-17 Brian Warner <warner at lothar.com>
+ * all: use isinstance() instead of 'type(x) is foo', suggested by
+ Neal Norwitz
+
+ * buildbot/process/process_twisted.py (QuickTwistedBuildFactory):
+ oops, fix a brain-fade from the other week, when making the
+ addStep changes. I changed all the __init__ upcalls to use the
+ wrong superclass name.
+ (FullTwistedBuildFactory.__init__): same
+ (TwistedDebsBuildFactory.__init__): same
+ (TwistedReactorsBuildFactory.__init__): same
+ (TwistedBuild.isFileImportant): use .startswith for clarity,
+ thanks to Neal Norwitz for the suggestions.
+
* contrib/viewcvspoll.py: script to poll a viewcvs database for
changes, then deliver them over PB to a remote buildmaster.
More information about the Commits
mailing list