Ticket #87: tryclient.py.diff
| File tryclient.py.diff, 0.8 KB (added by rochg, 3 years ago) |
|---|
-
buildbot/scripts/tryclient.py
old new 368 368 369 369 def _deliverJob_pb(self, remote): 370 370 ss = self.sourcestamp 371 371 372 d = remote.callRemote("try", 372 ss.branch, ss.revision, ss.patch, 373 self.builderNames) 373 ss.branch, 374 ss.revision, 375 ss.patch, 376 self.builderNames, 377 self.config['custom_props']) 374 378 d.addCallback(self._deliverJob_pb2) 375 379 return d 376 380 def _deliverJob_pb2(self, status):
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)