<div dir="ltr">Hello I am using the <a href="https://github.com/buildbot/buildbot-contrib/blob/master/master/contrib/svn_watcher.py">SVN_watcher.py</a> as an example to get the latest changes from my VCS, Unfortunately the VCS that I am using is not one of the popular ones like git, mercurial or DARCS.<div><br><div>Using the example shown I've managed to write my own VCS_watcher.py.</div><div>But now I don't know how/where to use it, in order to get changes as part of a buildrequest.</div><div><br></div><div>Basically I've got a periodic builder, that executes a build every 12 hours, my VCS_watcher.py queries the vcs gets the latest changes and returns a list of "<span style="color:rgb(0,0,0)">buildbot sendchange --master {MASTERHOST}:{PORT} --auth {USER}:{PASS}</span><span style="color:rgb(0,0,0)">   --who {USER} {FILENAMES..}" commands,</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">Now, I don't know where to run </span>VCS_watcher.py so that any changes that exist are associated with the periodic builder, making the changes from VCS_watcher.py. part of a buildrequest.</div><div><br></div><div>Should I be running it on the buildworker?</div><div>Should I be running it on the buildmaster?</div><div>How can I get the changes to be part of a buildrequest for builder my periodic_builder?</div><div><br></div><div>Regards</div><div><br></div></div></div>