[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


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")]
 
 





More information about the Commits mailing list