[Buildbot-commits] buildbot ChangeLog,1.347,1.348
Brian Warner
warner at users.sourceforge.net
Tue Apr 12 00:28:33 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11709
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-34
Creator: Brian Warner <warner at monolith.lothar.com>
let each RemoteShellCommand gets its own .env dictionary
* buildbot/process/step.py (RemoteShellCommand.__init__): let each
RemoteShellCommand gets its own .env dictionary, so that code in
start() doesn't mutate the original. I think this should fix the
step_twisted.Trial problem where multiple identical components
kept getting added to PYTHONPATH= over and over again.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- ChangeLog 11 Apr 2005 19:30:30 -0000 1.347
+++ ChangeLog 12 Apr 2005 00:28:31 -0000 1.348
@@ -1,5 +1,11 @@
2005-04-11 Brian Warner <warner at lothar.com>
+ * buildbot/process/step.py (RemoteShellCommand.__init__): let each
+ RemoteShellCommand gets its own .env dictionary, so that code in
+ start() doesn't mutate the original. I think this should fix the
+ step_twisted.Trial problem where multiple identical components
+ kept getting added to PYTHONPATH= over and over again.
+
* general: merge org.apestaart at thomas/buildbot--doc--0--patch-3,
adding epydoc-format docstrings to many classes. Thanks to Thomas
Vander Stichele for the patches.
More information about the Commits
mailing list