[Buildbot-commits] buildbot ChangeLog,1.734,1.735

Brian Warner warner at users.sourceforge.net
Sun Sep 17 20:35:51 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ move b.p.step to b.p.buildstep, leaving step.py just for backwards compability]

Original author: warner at lothar.com
Date: 2006-09-17 19:47:55

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.734
retrieving revision 1.735
diff -u -d -r1.734 -r1.735
--- ChangeLog	15 Sep 2006 14:50:23 -0000	1.734
+++ ChangeLog	17 Sep 2006 20:35:49 -0000	1.735
@@ -1,3 +1,12 @@
+2006-09-17  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/buildstep.py: rename step.py to buildstep.py .
+	The idea is that all the base classes (like BuildStep and
+	RemoteCommand and LogObserver) live in b.p.buildstep, and b.p.step
+	will be a leftover backwards-compatibility file that only contains
+	aliases for the steps that were moved out to buildbot.steps.*
+	* lots: change imports to match
+
 2006-09-12  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scheduler.py (Scheduler.__init__): make sure that





More information about the Commits mailing list