List of maintainer accounts with activity, over JSON

Maciej (Matchek) Bliziński via buildfarm buildfarm at lists.opencsw.org
Sun Nov 2 12:07:20 CET 2014


I've noticed one detail to correct: Boolean values in JSON should be
unquoted:

>>> print json.dumps({'a': True})
{"a": true}


Maciej (Matchek) Bliziński <maciej at opencsw.org> escreveu no dia Sun Nov 02
2014 at 11:03:59:

> I'm leaving for vacations very soon, I won't be able to incorporate this
> into the maintainer status page before I leave. I'll get back to it after
> the 20th.
>
> Ben Walton <bdwalton at gmail.com> escreveu no dia Sat Nov 01 2014 at
> 22:32:53:
>
> Looks pretty good to me.
>>
>> On Sat Nov 01 2014 at 10:03:50 PM Dagobert Michelsen <dam at opencsw.org>
>> wrote:
>>
>>> Hi Maciej,
>>>
>>> Am 28.10.2014 um 12:10 schrieb Maciej (Matchek) Bliziński via buildfarm:
>>>
>>> > Hi buildfarm admins,
>>> >
>>> > Is it possible/easy to export, over http in JSON, the list of all
>>> active maintainer accounts? We could use it to cross-match the buildfarm
>>> account statuses with the CSW database, which is used by the website. This
>>> would help us maintain a consistent maintainer status.
>>> >
>>> > Something like:
>>> >
>>> > [
>>> > {
>>> >   "name": "maciej",
>>> >   "type": "maintainer",
>>> >   "active": true
>>> > },
>>> > {
>>> >   "name": "somebody",
>>> >   "type": "maintainer",
>>> >   "active": false
>>> > },
>>> > {
>>> >   "name": "somebodyelse",
>>> >   "type": "upstream",
>>> >   "active": true
>>> > }
>>> > ]
>>>
>>> Please try
>>>   http://buildfarm.opencsw.org/cgi-bin/maintainerstatus
>>>
>>> This is pretty hacky at the moment, but it is late and I just wanted to
>>> get this done.
>>> Just let me know if this fits your needs.
>>>
>>>
>>> Best regards
>>>
>>>   -- Dago
>>>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/buildfarm/attachments/20141102/cb1dbe93/attachment.html>


More information about the buildfarm mailing list