如何让一个buildbot GitPoller更改源代码监视所有分支?

Rom*_*ain 6 python git continuous-integration buildbot

我正在寻找一种让GitPoller changesource观看所有分支而不仅仅是一个分支的方法.

现在,要么我branch='some branch'在GitPoller构造函数中指定,要么默认为master.

更好的是能够指定一些ref模式来观察.

这是一个人已经做过的事吗?还是需要编写另一种GitPoller?

谢谢.

kfu*_*unk 8

这最终实现:https://github.com/buildbot/buildbot/pull/1010.

应该是即将发布的buildbot 0.8.9的一部分.

你可以用branches=True.