Tagged Questions
8
votes
4answers
2k views
Have buildbot poll a git repository for new commits?
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 ...
1
vote
3answers
84 views
How do I get just the branch from a Git command?
I am moving my monotone DVCS to git. In my build setup I have qmake get the current revision and the current branch (because these are build on buildbot) so that it can be used as a define.
...
1
vote
1answer
127 views
buildbot using msysGit causing intermittent datastreram error
We are using buildbot to run continuous integration. The built-in Git build step generates this command line:
C:\Program Files\Git\bin\git.EXE fetch -t file:///s:/Repositories/repo +master
s: is a ...
0
votes
0answers
98 views
Why does buildbot error out when I'm trying to use a GitPoller?
It's 2 days I am looking for a solution. I have managed to install both master and a slave component.
I have a local Git repository in c:\project\testproject. The .git folder is in here. Now I have ...
0
votes
1answer
118 views
Setting up a code repository and buildbot on remote server
I have a new project that I will be working on with multiple people and I was wondering if anyone has some good software or wikis or links about setting up repository(preferable git) and an automatic ...