[Buildbot-commits] buildbot ChangeLog,1.387,1.388
Brian Warner
warner at users.sourceforge.net
Tue Apr 26 09:14:13 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/scripts runner.py,1.12,1.13
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_web.py,1.10,1.11 test_vc.py,1.25,1.26 test_twisted.py,1.4,1.5 test_runner.py,1.1,1.2 test_run.py,1.25,1.26 test_control.py,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/scripts runner.py,1.12,1.13
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_web.py,1.10,1.11 test_vc.py,1.25,1.26 test_twisted.py,1.4,1.5 test_runner.py,1.1,1.2 test_run.py,1.25,1.26 test_control.py,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list