[Buildbot-commits] buildbot ChangeLog,1.324,1.325

Brian Warner warner at users.sourceforge.net
Sat Dec 4 22:30:25 UTC 2004


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

Modified Files:
	ChangeLog 
Log Message:
use sys.executable instead of hard-coding 'python' for child commands, might
help portability


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- ChangeLog	4 Dec 2004 22:17:00 -0000	1.324
+++ ChangeLog	4 Dec 2004 22:30:23 -0000	1.325
@@ -1,5 +1,8 @@
 2004-12-04  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_slavecommand.py: use sys.executable instead
+	of hard-coding 'python' for child commands, might help portability
+
 	* docs/examples/twisted_master.cfg: update to current usage
 
 	* buildbot/status/words.py (IrcStatusBot.command_STOP): add a





More information about the Commits mailing list