[Buildbot-commits] buildbot ChangeLog,1.905,1.906

Brian Warner warner at users.sourceforge.net
Sun Aug 12 07:43:57 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ factory.py: allow BuildFactory subclasses to accept a BuildStep instance as the 'source' argument]

Original author: warner at lothar.com
Date: 2007-08-12 07:30:29+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -d -r1.905 -r1.906
--- ChangeLog	12 Aug 2007 07:43:47 -0000	1.905
+++ ChangeLog	12 Aug 2007 07:43:54 -0000	1.906
@@ -1,5 +1,12 @@
 2007-08-12  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/factory.py (GNUAutoconf.__init__): allow
+	'source' to be a BuildStep instance, since BuildFactory accepts
+	them now.
+	(CPAN.__init__): same
+	(Distutils.__init__): same
+	(Trial.__init__): same
+
 	* buildbot/interfaces.py (IBuildStatus.getProperty): note that
 	this might raise KeyError
 





More information about the Commits mailing list