[Buildbot-commits] [Buildbot] #2504: Older Git Versions Don't Support --branch

Buildbot trac trac at buildbot.net
Fri May 31 11:53:51 UTC 2013


#2504: Older Git Versions Don't Support --branch
----------------------+------------------------------------------
Reporter:  s0undt3ch  |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.8.7p1    |   Keywords:  git master-side-source-steps
----------------------+------------------------------------------
 Older git versions don't support `--branch`, this is on the master's git
 source step.

 Before using, a check should be made against the version and provider
 workarounds.

 ```
 git clone [project_url] [directory]
 cd [directory]
 git checkout --track origin/[existing_branch_name] -b
 [tracking_branch_name]
 ```

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


More information about the Commits mailing list