Re: standalone buildbot possible/ don't have a remote

2008-09-28 Thread Jean-Paul Calderone
On Sun, 28 Sep 2008 12:15:50 -0700 (PDT), mark <[EMAIL PROTECTED]> wrote: I want to start small and setup a buildbot on one machine (no slaves). I hope this is possible. I assume I only need one master in this case (without slave config)??? from my master.cfg c['slaves'] = [] ... (rest of the s

standalone buildbot possible/ don't have a remote

2008-09-28 Thread mark
I want to start small and setup a buildbot on one machine (no slaves). I hope this is possible. I assume I only need one master in this case (without slave config)??? from my master.cfg c['slaves'] = [] ... (rest of the sample config) b1 = {'name': "buildbot-full", # 'slavename': "bot1name"