[Buildbot-commits] buildbot ChangeLog,1.387,1.388

Brian Warner warner at users.sourceforge.net
Tue Apr 26 09:14:13 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
* buildbot/scripts/runner.py (loadOptions): add code to search for
~/.buildbot/, a directory with things like 'options', containing
defaults for various 'buildbot' subcommands. .buildbot/ can be in
the current directory, your $HOME directory, or anywhere
inbetween, as long as you're somewhere inside your home directory.
(debugclient): look in ~/.buildbot/options for master and passwd
(statuslog): look in ~/.buildbot/options for 'masterstatus'
* buildbot/test/test_runner.py (Options.testFindOptions): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -d -r1.387 -r1.388
--- ChangeLog	26 Apr 2005 09:08:30 -0000	1.387
+++ ChangeLog	26 Apr 2005 09:14:10 -0000	1.388
@@ -1,5 +1,14 @@
 2005-04-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py (loadOptions): add code to search for
+	~/.buildbot/, a directory with things like 'options', containing
+	defaults for various 'buildbot' subcommands. .buildbot/ can be in
+	the current directory, your $HOME directory, or anywhere
+	inbetween, as long as you're somewhere inside your home directory.
+	(debugclient): look in ~/.buildbot/options for master and passwd
+	(statuslog): look in ~/.buildbot/options for 'masterstatus'
+	* buildbot/test/test_runner.py (Options.testFindOptions): test it
+
 	* buildbot/status/client.py (makeRemote): new approach to making
 	IRemote(None) be None, which works under Twisted-2.0
 	* buildbot/test/test_status.py (Client.testAdaptation): test it





More information about the Commits mailing list