[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.15,1.16
Brian Warner
warner at users.sourceforge.net
Tue Aug 7 19:21:42 UTC 2007
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.898,1.899
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_config.py, 1.50, 1.51 test_control.py, 1.18, 1.19 test_dependencies.py, 1.8, 1.9 test_locks.py, 1.10, 1.11 test_properties.py, 1.10, 1.11 test_run.py, 1.46, 1.47 test_slaves.py, 1.11, 1.12 test_status.py, 1.44, 1.45 test_steps.py, 1.42, 1.43 test_vc.py, 1.77, 1.78 test_web.py, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17293/buildbot/scripts
Modified Files:
sample.cfg
Log Message:
[project @ move BuildSlave to new class, merge with BotPerspective, make it long-lived]
Original author: warner at lothar.com
Date: 2007-08-07 19:18:50+00:00
Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sample.cfg 1 Aug 2007 20:31:38 -0000 1.15
+++ sample.cfg 7 Aug 2007 19:21:40 -0000 1.16
@@ -19,7 +19,7 @@
# the 'slaves' list defines the set of allowable buildslaves. Each element is
# a tuple of bot-name and bot-password. These correspond to values given to
# the buildslave's mktap invocation.
-from buildbot.slave import BuildSlave
+from buildbot.buildslave import BuildSlave
c['slaves'] = [BuildSlave("bot1name", "bot1passwd")]
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.898,1.899
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_config.py, 1.50, 1.51 test_control.py, 1.18, 1.19 test_dependencies.py, 1.8, 1.9 test_locks.py, 1.10, 1.11 test_properties.py, 1.10, 1.11 test_run.py, 1.46, 1.47 test_slaves.py, 1.11, 1.12 test_status.py, 1.44, 1.45 test_steps.py, 1.42, 1.43 test_vc.py, 1.77, 1.78 test_web.py, 1.47, 1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list