[Buildbot-commits] [Buildbot] #1976: Git build step fails after SVN step
Buildbot
nobody at buildbot.net
Thu Jun 2 05:53:30 UTC 2011
#1976: Git build step fails after SVN step
--------------------+------------------------
Reporter: karl | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.3p1 | Resolution:
Keywords: svn git |
--------------------+------------------------
Comment (by karl):
The Git update isn't being triggered by a checkin here; I need a specific
revision (HEAD in this case).
This is a workaround that lets Git work when triggered by SVN:
{{{
class GitHack(Git):
def startVC(self, branch, revision, patch):
return Git.startVC(self, branch, None, patch)
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/1976#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list