Is there a buildbot plugin that will poll a git repository for new commits, like the currently included changes.SVNPoller
?
The closest I have found is git_buildbot.py, but it works as a post-commit hook, so will not work with my setup (using Github, and buildbot on a machine that github's post-commit cannot reach) - simply polling the git repository would work perfectly.
I currently have a build run once an hour, but there's not really any point in running the tests unless something has changed..