[Buildbot-commits] buildbot ChangeLog,1.1018,1.1019
Brian Warner
warner at users.sourceforge.net
Tue Mar 18 20:06:13 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24387
Modified Files:
ChangeLog
Log Message:
[project @ shell.py: allow WithProperties in environment variables and workdir=. Closes #52.]
Original author: warner at lothar.com
Date: 2008-03-18 20:02:24+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- ChangeLog 18 Mar 2008 19:56:51 -0000 1.1018
+++ ChangeLog 18 Mar 2008 20:06:09 -0000 1.1019
@@ -1,5 +1,12 @@
2008-03-18 Brian Warner <warner at lothar.com>
+ * buildbot/steps/shell.py (ShellCommand._interpolateProperties):
+ apply patch from Albert Hofkamp to allow WithProperties in
+ environment variables and the workdir= argument. Closes #52.
+ * buildbot/test/test_properties.py (Interpolate.testCustomBuildStep):
+ remove this test, it was pretty weird and didn't work with the
+ new _interpolateProperties approach.
+
* buildbot/test/test_vc.py (VCBase.connectSlave): turn off usePTY
for all slave commands: I'm seeing 'cp' and 'rm' fail with SIGHUP,
probably when we close stdin. This happens on my debian/sid
More information about the Commits
mailing list