[Buildbot-commits] buildbot ChangeLog,1.1007,1.1008
Brian Warner
warner at users.sourceforge.net
Sat Dec 15 01:02:04 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28273
Modified Files:
ChangeLog
Log Message:
[project @ ShellCommand: record RemoteShellCommand args to, to get 'workdir' and 'env' and 'timeout'. Ought to fix #150.]
Original author: warner at lothar.com
Date: 2007-12-15 00:58:16+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -u -d -r1.1007 -r1.1008
--- ChangeLog 12 Dec 2007 03:02:13 -0000 1.1007
+++ ChangeLog 15 Dec 2007 01:02:01 -0000 1.1008
@@ -1,3 +1,10 @@
+2007-12-14 Brian Warner <warner at lothar.com>
+
+ * buildbot/steps/shell.py (ShellCommand.__init__): stash the
+ RemoteShellCommands args too, so things like 'workdir' and 'env'
+ and 'timeout' are preserved. This ought to fix #150.
+ * buildbot/test/test_steps.py (Steps.testClone): test it
+
2007-12-11 Brian Warner <warner at lothar.com>
* buildbot/scripts/startup.py (launch): use twisted.__version__,
More information about the Commits
mailing list