[Buildbot-commits] [Buildbot] #1719: all VCs: missing way to override checkout branch

Buildbot buildbot-devel at lists.sourceforge.net
Fri Dec 10 16:20:52 UTC 2010


#1719: all VCs: missing way to override checkout branch
------------------------+---------------------------------------------------
Reporter:  PiotrSikora  |        Owner:        
    Type:  enhancement  |       Status:  closed
Priority:  major        |    Milestone:  0.8.4 
 Version:  0.8.2        |   Resolution:  fixed 
Keywords:  gerrit       |  
------------------------+---------------------------------------------------
Changes (by Piotr Sikora):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Add support for fetching from "virtual branch".

 Prior to this patch, buildslave tried to retrieve revision from:
 1) local repository,
 2) remote repository (from regular branch).

 With this patch, buildslave will try also (assuming that it received
 change from GerritChangeSource):
 3) remote repository (from "virtual branch").

 We could probably skip 2) in case of changes received from
 GerritChangeSource, but I didn't play enough with Gerrit+Git
 to be 100% sure about that.

 This fixes #1719 for Gerrit, but not for other code review systems.
  Changeset: a9f4bde521942ee911d601e53450c51c55c22cb2

-- 
Ticket URL: <http://buildbot.net/trac/ticket/1719#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list