[Buildbot-commits] buildbot ChangeLog,1.350,1.351
Brian Warner
warner at users.sourceforge.net
Sun Apr 17 12:17:53 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18508
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-40
Creator: Brian Warner <warner at monolith.lothar.com>
accomodate Twisted split, setup.py now takes a sub-project name
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -d -r1.350 -r1.351
--- ChangeLog 17 Apr 2005 10:50:01 -0000 1.350
+++ ChangeLog 17 Apr 2005 12:17:48 -0000 1.351
@@ -1,5 +1,12 @@
2005-04-17 Brian Warner <warner at lothar.com>
+ * buildbot/process/process_twisted.py (QuickTwistedBuildFactory):
+ update compile command to accomodate the Twisted split.. now
+ instead of './setup.py build_ext -i', you do './setup.py all
+ build_ext -i', to run build_ext over all sub-projects.
+ (FullTwistedBuildFactory): same
+ (TwistedReactorsBuildFactory): same
+
* buildbot/status/html.py (TextLog.finished): null out self.req
when we're done, otherwise the reference cycle of TextLog to .req
to .notifications to a Deferred to TextLog.stop keeps them from
More information about the Commits
mailing list