[Buildbot-devel] GitPoller headaches (0.9.0b1)

Dan Kegel dank at kegel.com
Wed Jul 22 15:04:17 UTC 2015


On Mon, Jul 20, 2015 at 5:47 AM, Giorgio Valoti <giorgio_v at me.com> wrote:
> I configured BuildBot to with two builder for two different repositories
> (say A and B) and two different GitPoller scheduler but I think I’m
> doing something horribly wrong because when I push to repo A, both the
> builders get triggered; same with repo B.
>
> Here is the relevant portions of the configuration. I have just redacted
> some of info to protect the innocents.
>
> ####### CHANGESOURCES
> c['change_source'] = []
>
> c['change_source'].append(changes.GitPoller(
>     '<osk-repo-url>',
>     branches=['master'],
>     project='OSK'
> ))
> c['change_source'].append(changes.GitPoller(
>     '<orin-repo-url>',
>     branches=['master'],
>     project='ORIN'
> ))

I think you might need to give each GitPoller a different workdir.




More information about the devel mailing list