[Buildbot-commits] buildbot ChangeLog,1.724,1.725

Brian Warner warner at users.sourceforge.net
Sat Sep 9 06:20:52 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ split user-visible BuildSteps out to separate buildbot/steps/* files]

Original author: warner at lothar.com
Date: 2006-09-08 20:22:35

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -d -r1.724 -r1.725
--- ChangeLog	6 Sep 2006 00:41:54 -0000	1.724
+++ ChangeLog	9 Sep 2006 06:20:50 -0000	1.725
@@ -1,3 +1,11 @@
+2006-09-08  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/step.py: split the user-visible BuildSteps into
+	separate files, all under buildbot/steps/
+	* buildbot/steps/source.py: this holds VC-checkout steps like SVN
+	* buildbot/steps/shell.py: this holds ShellCommand and friends
+	* buildbot/steps/dummy.py: this holds the testing steps like Dummy
+
 2006-09-05  Brian Warner  <warner at lothar.com>
 
 	* lots: run pyflakes, removed a lot of unused imports, changed the





More information about the Commits mailing list