[Buildbot-commits] buildbot ChangeLog,1.725,1.726

Brian Warner warner at users.sourceforge.net
Fri Sep 15 14:47:05 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
move more BuildSteps into buildbot/steps/: step_twisted.py and maxq

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -d -r1.725 -r1.726
--- ChangeLog	9 Sep 2006 06:20:50 -0000	1.725
+++ ChangeLog	15 Sep 2006 14:47:03 -0000	1.726
@@ -1,5 +1,13 @@
 2006-09-08  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step_twisted.py: move definition to..
+	* buildbot/steps/python_twisted.py: .. here, unfortunately python's
+	relative-import mechanisms prevent this from being named 'twisted'
+	or 'python/twisted' as I would have preferred.
+
+	* buildbot/process/maxq.py: move definition to..
+	* buildbot/steps/maxq.py: .. here, leave a compatibility import
+
 	* 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





More information about the Commits mailing list