[Buildbot-commits] buildbot/buildbot/slave bot.py,1.28,1.29

Brian Warner warner at users.sourceforge.net
Wed Nov 21 09:21:18 UTC 2007


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

Modified Files:
	bot.py 
Log Message:
[project @ minor cleanup, from #138]

Original author: warner at lothar.com
Date: 2007-11-21 08:45:29+00:00

Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- bot.py	21 Nov 2007 09:20:31 -0000	1.28
+++ bot.py	21 Nov 2007 09:21:16 -0000	1.29
@@ -37,7 +37,7 @@
     """
     def __init__(self, builder):
         self.builder = builder
-    
+
 class SlaveBuilder(pb.Referenceable, service.Service):
 
     """This is the local representation of a single Builder: it handles a
@@ -134,7 +134,7 @@
         self.remoteStep = None
         if self.stopCommandOnShutdown:
             self.stopCommand()
-        
+
     # the following are Commands that can be invoked by the master-side
     # Builder
     def remote_startBuild(self):
@@ -257,8 +257,8 @@
     def remote_shutdown(self):
         print "slave shutting down on command from master"
         reactor.stop()
-        
-        
+
+
 class Bot(pb.Referenceable, service.MultiService):
     """I represent the slave-side bot."""
     usePTY = None





More information about the Commits mailing list