[Buildbot-commits] [Buildbot] #2548: Git builder silently drops back to HEAD (master) if a branch isn't found

Buildbot trac trac at buildbot.net
Sun Aug 11 12:18:07 UTC 2013


#2548: Git builder silently drops back to HEAD (master) if a branch isn't found
---------------------+-----------------------
Reporter:  chmorgan  |      Owner:
    Type:  defect    |     Status:  new
Priority:  major     |  Milestone:  undecided
 Version:  0.8.6p1   |   Keywords:  git
---------------------+-----------------------
 There is no option to cause a git builder to fail if the specified branch
 isn't found. We've had several cases where people have plugged in an
 invalid branch, or a partial sha in place of the branch field and gotten
 the wrong build.

 The build runs and completes without error but you can see from the log
 that it didn't do what was expected:

 {{{
 ...
 Cloning into '.'...
 warning: Remote branch aa7391a not found in upstream origin, using HEAD
 instead
 ...
 }}}

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


More information about the Commits mailing list