[Buildbot-commits] buildbot/buildbot/process builder.py,1.19,1.20

Brian Warner warner at users.sourceforge.net
Mon Dec 6 07:36:35 UTC 2004


Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5706/buildbot/process

Modified Files:
	builder.py 
Log Message:
* buildbot/master.py (DebugPerspective.attached): return 'self', to
match the maybeDeferred change in Dispatcher.requestAvatar
* buildbot/changes/pb.py (ChangePerspective.attached): same
* buildbot/status/client.py (StatusClientPerspective.attached): same
* buildbot/process/builder.py (Builder._attached3): same
* buildbot/pbutil.py (NewCredPerspective.attached): same


Index: builder.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/builder.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- builder.py	3 Dec 2004 22:54:51 -0000	1.19
+++ builder.py	6 Dec 2004 07:36:33 -0000	1.20
@@ -163,6 +163,7 @@
         for w in self.watchers['attach']:
             w.callback(self)
         self.watchers['attach'] = []
+        return self
 
     def getSlaveCommandVersion(self, command, oldversion=None):
         if self.remoteCommands is None:





More information about the Commits mailing list