[Buildbot-commits] buildbot ChangeLog,1.464,1.465 Makefile,1.12,1.13 .arch-inventory,1.3,1.4

Brian Warner warner at users.sourceforge.net
Tue Jul 19 01:55:23 UTC 2005


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

Modified Files:
	ChangeLog Makefile .arch-inventory 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-234
Creator:  Brian Warner <warner at monolith.lothar.com>

overhaul ShellCommand timeout/interrupt/cleanup, add tests

	* buildbot/slave/commands.py (ShellCommand): overhaul
	error-handling code, to try and make timeout/interrupt work
	properly, and make win32 happier
	* buildbot/test/test_slavecommand.py: clean up, stop using
	reactor.iterate, add tests for timeout and interrupt
	* buildbot/test/sleep.py: utility for a new timeout test

	* buildbot/twcompat.py: copy over twisted 1.3/2.0 compatibility
	code from the local-usebranches branch


Index: .arch-inventory
===================================================================
RCS file: /cvsroot/buildbot/buildbot/.arch-inventory,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .arch-inventory	23 Apr 2005 00:01:22 -0000	1.3
+++ .arch-inventory	19 Jul 2005 01:55:21 -0000	1.4
@@ -4,3 +4,4 @@
 junk ^_trial_temp$
 junk ^MANIFEST$
 junk ^dist$
+junk ^_darcs$

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -d -r1.464 -r1.465
--- ChangeLog	17 Jul 2005 23:28:32 -0000	1.464
+++ ChangeLog	19 Jul 2005 01:55:21 -0000	1.465
@@ -1,3 +1,15 @@
+2005-07-18  Brian Warner  <warner at lothar.com>
+
+	* buildbot/slave/commands.py (ShellCommand): overhaul
+	error-handling code, to try and make timeout/interrupt work
+	properly, and make win32 happier
+	* buildbot/test/test_slavecommand.py: clean up, stop using
+	reactor.iterate, add tests for timeout and interrupt
+	* buildbot/test/sleep.py: utility for a new timeout test
+
+	* buildbot/twcompat.py: copy over twisted 1.3/2.0 compatibility
+	code from the local-usebranches branch
+
 2005-07-17  Brian Warner  <warner at lothar.com>
 
 	* buildbot/process/process_twisted.py

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	18 Jun 2005 02:50:39 -0000	1.12
+++ Makefile	19 Jul 2005 01:55:21 -0000	1.13
@@ -8,6 +8,9 @@
 else
 T=
 endif
+ifdef T13
+T=~/stuff/python/twisted/Twisted-1.3.0
+endif
 PP = PYTHONPATH=$(BBBASE):$(T)
 
 .PHONY: test





More information about the Commits mailing list