[Buildbot-commits] [Buildbot] #2414: Git Source Checkout - Support Pull of Multiple Branches
Buildbot
nobody at buildbot.net
Thu Dec 13 21:58:33 UTC 2012
#2414: Git Source Checkout - Support Pull of Multiple Branches
---------------------------+------------------------
Reporter: Jeremy.Cornett | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Version: | Resolution:
Keywords: git |
---------------------------+------------------------
Comment (by tom.prince):
While this sounds interesting, I think it is outside the scope of buildbot
proper. One difficulty is that buildbot's data model doesn't support a
sourcestamp having multiple branches, so that there is no way to
communicate to the source step that it should check out multiple branches.
There is also the issue of how to handle merge conflicts
One way to handle this would be to follow what github does with pull
requests. For each pull request, github exposes two heads, one for the tip
of the pull request, and one for the result of merging it (assuming that
it merges cleanly).
--
Ticket URL: <http://trac.buildbot.net/ticket/2414#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list