[Buildbot-commits] buildbot ChangeLog,1.616,1.617
Brian Warner
warner at users.sourceforge.net
Sun May 21 19:51:37 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4874
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-547
Creator: Brian Warner <warner at lothar.com>
fix twisted build process: setup.py no longer takes 'all'
* buildbot/process/process_twisted.py
(QuickTwistedBuildFactory.__init__): recent versions of Twisted
changed the build process. The new setup.py no longer takes the
'all' argument.
(FullTwistedBuildFactory.__init__): same
(TwistedReactorsBuildFactory.__init__): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -d -r1.616 -r1.617
--- ChangeLog 21 May 2006 19:07:27 -0000 1.616
+++ ChangeLog 21 May 2006 19:51:34 -0000 1.617
@@ -1,5 +1,12 @@
2006-05-21 Brian Warner <warner at lothar.com>
+ * buildbot/process/process_twisted.py
+ (QuickTwistedBuildFactory.__init__): recent versions of Twisted
+ changed the build process. The new setup.py no longer takes the
+ 'all' argument.
+ (FullTwistedBuildFactory.__init__): same
+ (TwistedReactorsBuildFactory.__init__): same
+
* contrib/hg_buildbot.py: wrote a commit script for mercurial, to
be placed in the [hooks] section of the central repository (the
one that everybody pushes changes to).
More information about the Commits
mailing list