[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.24,1.25
Brian Warner
warner at users.sourceforge.net
Wed May 18 01:59:56 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15821/buildbot/scripts
Modified Files:
runner.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-204
Creator: Brian Warner <warner at monolith.lothar.com>
make slave default to --keepalive=600
* Makefile: improve permission-setting to not kick Arch so badly
* buildbot/scripts/runner.py (SlaveOptions.optParameters): set a
default --keepalive=600, since it doesn't hurt very much, and it's
a hassle to discover that you need it.
* buildbot/test/test_runner.py (Create.testSlave): test it
Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- runner.py 18 May 2005 00:29:43 -0000 1.24
+++ runner.py 18 May 2005 01:59:54 -0000 1.25
@@ -224,7 +224,7 @@
# ["master", "m", "localhost:8007",
# "Location of the buildmaster (host:port)"],
- ["keepalive", "k", 0,
+ ["keepalive", "k", 600,
"Interval at which keepalives should be sent (in seconds)"],
["usepty", None, 1,
"(1 or 0) child processes should be run in a pty"],
More information about the Commits
mailing list