[Buildbot-commits] buildbot ChangeLog,1.725,1.726
Brian Warner
warner at users.sourceforge.net
Fri Sep 15 14:47:05 UTC 2006
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/steps __init__.py, NONE, 1.1 dummy.py, NONE, 1.1 shell.py, NONE, 1.1 source.py, NONE, 1.1
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/process maxq.py, 1.5, NONE step_twisted.py, 1.84, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/steps __init__.py, NONE, 1.1 dummy.py, NONE, 1.1 shell.py, NONE, 1.1 source.py, NONE, 1.1
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/process maxq.py, 1.5, NONE step_twisted.py, 1.84, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list