[Buildbot-commits] buildbot ChangeLog,1.391,1.392

Brian Warner warner at users.sourceforge.net
Tue Apr 26 20:10:21 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/scripts/runner.py (loadOptions): do something sane for
windows, I think. We use %APPDATA%/buildbot instead of
~/.buildbot, but we still search everywhere from the current
directory up to the root for a .buildbot/ subdir. The "is it under
$HOME" security test was replaced with "is it owned by the current
user", which is only performed under posix.

* buildbot/test/test_runner.py (Options.testFindOptions): update
tests to match. The "is it owned by the current user" check is
untested. The test has been re-enabled for windows.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -d -r1.391 -r1.392
--- ChangeLog	26 Apr 2005 18:45:53 -0000	1.391
+++ ChangeLog	26 Apr 2005 20:10:10 -0000	1.392
@@ -1,5 +1,15 @@
 2005-04-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py (loadOptions): do something sane for
+	windows, I think. We use %APPDATA%/buildbot instead of
+	~/.buildbot, but we still search everywhere from the current
+	directory up to the root for a .buildbot/ subdir. The "is it under
+	$HOME" security test was replaced with "is it owned by the current
+	user", which is only performed under posix.
+	* buildbot/test/test_runner.py (Options.testFindOptions): update
+	tests to match. The "is it owned by the current user" check is
+	untested. The test has been re-enabled for windows.
+
 	* buildbot/test/test_slavecommand.py (Shell.checkOutput): replace
 	any "\n" in the expected output with the platform-specific line
 	separator. Make this separator "\r\n" on PTYs under unix, they





More information about the Commits mailing list