[Buildbot-commits] [Buildbot] #2637: [nine] Use Data API for Build Requests

Buildbot trac trac at buildbot.net
Fri Jan 10 19:46:36 UTC 2014


#2637: [nine] Use Data API for Build Requests
------------------------+--------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.9.0
 Version:               |   Keywords:  simple
------------------------+--------------------
 Currently a bunch of process code calls
 ``self.master.db.buildrequests.getBuildRequests``.
 Instead, it should call ``self.master.data.get('/buildrequest/...')``,
 noting that the the return values have different keys.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2637>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list