[Buildbot-commits] buildbot/buildbot/slave bot.py,1.22,1.23

Brian Warner warner at users.sourceforge.net
Fri Nov 24 07:19:57 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1465/buildbot/slave

Modified Files:
	bot.py 
Log Message:
[project @ finally remove forceBuild]

Original author: warner at lothar.com
Date: 2006-11-24 06:54:31

Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- bot.py	24 Nov 2006 07:16:35 -0000	1.22
+++ bot.py	24 Nov 2006 07:19:55 -0000	1.23
@@ -335,10 +335,6 @@
                 files[f] = open(filename, "r").read()
         return files
 
-    def debug_forceBuild(self, name):
-        d = self.perspective.callRemote("forceBuild", name)
-        d.addCallbacks(log.msg, log.err)
-
 class BotFactory(ReconnectingPBClientFactory):
     # 'keepaliveInterval' serves two purposes. The first is to keep the
     # connection alive: it guarantees that there will be at least some





More information about the Commits mailing list