[Buildbot-commits] buildbot/buildbot/slave commands.py,1.59,1.60

Brian Warner warner at users.sourceforge.net
Sun Aug 6 23:30:30 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv425/buildbot/slave

Modified Files:
	commands.py 
Log Message:
[project @ added docs to Kevin's PYTHONPATH-as-list patch]

Original author: warner at lothar.com
Date: 2006-08-06 23:29:10

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- commands.py	6 Aug 2006 23:30:18 -0000	1.59
+++ commands.py	6 Aug 2006 23:30:28 -0000	1.60
@@ -676,7 +676,9 @@
         - ['workdir'] (required): subdirectory in which the command will be
                                   run, relative to the builder dir
         - ['env']: a dict of environment variables to augment/replace
-                   os.environ
+                   os.environ . PYTHONPATH is treated specially, and
+                   should be a list of path components to be prepended to
+                   any existing PYTHONPATH environment variable.
         - ['initial_stdin']: a string which will be written to the command's
                              stdin as soon as it starts
         - ['keep_stdin_open']: unless True, the command's stdin will be





More information about the Commits mailing list