[Buildbot-commits] buildbot ChangeLog,1.588,1.589
Brian Warner
warner at users.sourceforge.net
Tue Apr 11 06:09:03 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15752
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-488
Creator: Brian Warner <warner at lothar.com>
fix a twisted1.3 compatibility problem with t.p.procutils.which()
* buildbot/test/test_vc.py (which): define our own which() in case
we can't import twisted.python.procutils, because procutils doesn't
exist in Twisted-1.3
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- ChangeLog 7 Apr 2006 04:31:38 -0000 1.588
+++ ChangeLog 11 Apr 2006 06:08:59 -0000 1.589
@@ -1,5 +1,9 @@
2006-04-07 Brian Warner <warner at lothar.com>
+ * buildbot/test/test_vc.py (which): define our own which() in case
+ we can't import twisted.python.procutils, because procutils doesn't
+ exist in Twisted-1.3
+
* docs/buildbot.texinfo (Interlocks): fix some typos, mention use
of SlaveLocks for performance tests
More information about the Commits
mailing list