[Buildbot-commits] [Buildbot] #2473: using the branch option to choose a tag fails if using a git version older than 1.7.10

Buildbot trac trac at buildbot.net
Tue Mar 19 15:38:05 UTC 2013


#2473: using the branch option to choose a tag fails if using a git version older
than 1.7.10
--------------------+-----------------------
Reporter:  johnt    |      Owner:
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  undecided
 Version:  0.8.6p1  |   Keywords:  git
--------------------+-----------------------
 buildbot.steps.source.git.Git allows the use of a branch option to choose
 a branch or tag but will not work with a tag if the git version is older
 than 1.7.10. The issue and the workaround are discussed here:

 http://stackoverflow.com/questions/14650146/git-couldnt-find-remote-ref-
 for-a-tag-or-commit-hash

 workaround is to pass 'refs/tags/<tag>' rather than just '<tag>' (tested
 and working)

 this should be detailed in the documentation

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


More information about the Commits mailing list