[Buildbot-devel] Request for help for GSoC 2014
Dustin J. Mitchell
dustin at v.igoro.us
Fri Mar 21 02:26:29 UTC 2014
It depends on your configuration. Assuming you're using the maser
branch, that would be in
c['status'].append(html.WebStatus(http_port=8010, ..)
or
c['status'].append(html.WebStatus(http_port=8020, ..)
so yes, this is normal.
Dustin
On Thu, Mar 20, 2014 at 12:57 PM, Damon Wang <damon.devops at gmail.com> wrote:
> Hi Dustin,
>
> Thanks again and I have a other problem, I have installed BuildBot on my
> computer by virtualenv(use the latest code clone from github not pip), and
> it seems work well but I cant access to http://127.0.0.1:8010, though
> http://127.0.0.1:8020 works well.
>
> Is this normal?
>
> Thanks,
> Damon
>
>
> 2014-03-21 0:38 GMT+08:00 Dustin J. Mitchell <dustin at v.igoro.us>:
>
>> Your understanding of the code is correct, but I think that what
>> you're seeing as "keep-alive" is completely unrelated. We use
>> perspective broker to talk to slaves, and that connection is kept
>> alive with some empty function calls. We will not be using MQ to
>> communicate with slaves (in fact, last year's GSoC included a project
>> to switch to a protocol other than perspective broker for slave
>> communication, although this is not complete).
>>
>> Dustin
>
>
More information about the devel
mailing list