[Buildbot-commits] [Buildbot] #2553: Pending Build Requests list doesn't show all changes with multi-repository

Buildbot trac trac at buildbot.net
Sat Aug 24 06:44:01 UTC 2013


#2553: Pending Build Requests list doesn't show all changes with multi-repository
--------------------+-----------------------
Reporter:  dcoshea  |      Owner:
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  undecided
 Version:  master   |   Keywords:  web
--------------------+-----------------------
 In git master commit ID 9cd7f9a (from around 6 weeks ago as at the time of
 writing), the "Pending Build Requests" list for a builder doesn't show the
 changes properly with multiple repositories - I'm finding it generally
 shows no reason for the build, instead of showing a revision number and
 user name.  It looks like it only shows change information if there are
 changes in the first codebase.

 buildbot.status.buildrequest.BuildRequestStatus has a getSourceStamp()
 (singular, not plural) method, which I think just gets the first
 codebase's sourcestamp.  It looks like adding a plural version that
 returns br.source'''s''', then modifying
 buildbot.status.web.builder.StatusResourceBuilder.content() to call the
 new method and then iterate through the changes in '''all''' the returned
 sources helps.  Putting the codebase name into the change dictionary so
 that buildbot/status/web/templates/builder.html can display it would also
 be useful.

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


More information about the Commits mailing list