#2127: Git 1.7.7: Recent change causes buildbot to always fail to fetch from git
---------------------+-----------------------
Reporter:  cdavis5x  |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  undecided
 Version:  master    |   Keywords:  git
---------------------+-----------------------
 When buildbot updates a repository using Git, one of the things it does
 is:
 {{{
 $ git branch -M <branch-name>
 }}}
 where `<branch-name>` is the target branch. Even if the branch already
 existed, this worked fine...

 ...up until Git 1.7.7, which for some reason changed this. Now when you
 try to rename the current branch, `git branch -M` throws this error:
 {{{
 fatal: Cannot force update the current branch.
 }}}

 Unless this bug is fixed, '''IT WILL NOT BE POSSIBLE TO USE BUILDBOT WITH
 GIT >= 1.7.7'''. Luckily for you all, I went ahead and fixed this for you.
 (Watch for an upcoming pull request.)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2127>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to