[Buildbot-commits] buildbot/buildbot/clients debug.py,1.8,1.9

Brian Warner warner at users.sourceforge.net
Thu May 22 22:12:12 UTC 2008


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

Modified Files:
	debug.py 
Log Message:
[project @ #87:customprops-fix-debugclient.patch]
Patch by gward to teach DebugPerspective? and debugclient about custom
build properties

Original author: dustin at v.igoro.us
Date: 2008-04-04 04:09:12+00:00

Index: debug.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/clients/debug.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- debug.py	7 Feb 2007 04:25:29 -0000	1.8
+++ debug.py	22 May 2008 22:12:10 -0000	1.9
@@ -105,8 +105,9 @@
             if revision == '':
                 revision = None
         reason = "debugclient 'Request Build' button pushed"
+        custom_props = {}
         d = self.remote.callRemote("requestBuild",
-                                   name, reason, branch, revision)
+                                   name, reason, branch, revision, custom_props)
         d.addErrback(self.err)
 
     def do_ping(self, widget):





More information about the Commits mailing list