Good day,

I'm very new at Buildbot and Python and I was wondering if the next feature
is possible or even already implemented. Basically as the subject mentions
we need to dynamically change the pollers depending on a configuration that
changes in development time, that is, it's actually part of the main
repository that is checked out and built. The build process does not
change, but we want to add listeners to repositories that are dependencies
so that we can trigger builds when they change, and also when such
dependencies are not longer referenced to stop listening to those
repositories. Initially I thought of programmatically creating the
c['change_source'] property in the master.cfg file and after it to do a
"buildbot reconfig master" from within the master.cfg file, but I think
this is really not possible and even a bad practice. Any help or insight
would be greatly appreciated.

-- 
Att.
Simon Bolivar
_______________________________________________
users mailing list
[email protected]
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to