[Buildbot-commits] buildbot ChangeLog,1.699,1.700

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


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

Modified Files:
	ChangeLog 
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: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -d -r1.699 -r1.700
--- ChangeLog	6 Aug 2006 23:30:00 -0000	1.699
+++ ChangeLog	6 Aug 2006 23:30:28 -0000	1.700
@@ -1,5 +1,16 @@
 2006-08-06  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (ShellCommand.__init__): patch from
+	Kevin Turner to prefer the environ= argument be a list rather than
+	a string. If it is a list, it will be joined with a platform-local
+	os.pathsep delimiter, and then prepended to any existing
+	$PYTHONPATH value. This works better in cross-platform (i.e.
+	windows buildslaves) environments when you need to push multiple
+	directories onto the front of the path.
+	(SlaveShellCommand): documented the new magic
+	* docs/buildbot.texinfo (ShellCommand): documented the new magic
+	in a user-visible form
+
 	* buildbot/test/test_vc.py (BaseHelper.dovc): patch from Kevin
 	Turner to prefer lists over strings when creating/running VC
 	commands during unit tests. This is clearly necessary to survive





More information about the Commits mailing list