[Python-buildbots] Understanding of buildbot master

2016-07-04 Thread Praveen Ramanujam
Hi All, I am trying to understand the buildbot architecture. I have a remote slave that is connected to the master running in AWS. I have not given any information about the slave to the master. How does the master call the corresponding slave build when instantiated ? Regards Praveen ___

Re: [Python-buildbots] Understanding of buildbot master

2016-07-04 Thread Zachary Ware
Hi Praveen, On Mon, Jul 4, 2016 at 9:48 PM, Praveen Ramanujam wrote: > I am trying to understand the buildbot architecture. > > I have a remote slave that is connected to the master running in AWS. > I have not given any information about the slave to the master. > > > How does the master call th

Re: [Python-buildbots] Understanding of buildbot master

2016-07-04 Thread Praveen Ramanujam
> Hi All, > > I am trying to understand the buildbot architecture. > > I have a remote slave that is connected to the master running in AWS. > I have not given any information about the slave to the master. > > > How does the master call the corresponding slave build when instantiated ? > > Regard