svn commit: r547234 - in head/devel/py-python-bugzilla: . files

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 04:18:32 UTC 2020


Mark Linimon <linimon at lonesome.com> writes:

> On Tue, Sep 01, 2020 at 05:41:11AM +0200, Jan Beich wrote:
>
>> Why not REST? "bugzilla query -t test" is ~50 faster. ;)
>
> IIUC FreeBSD.org doesn't support it yet?

Not sure what you mean.

$ curl 'https://bugs.freebsd.org/bugzilla/rest/bug?assigned_to=lwhsu&include_fields=summary,status' |
  jq '.. | select(.status? != "Closed" and .status? != null) | .summary'
"devel/riscv64-gcc: doesn't have libgcov.a; doesn't work with --coverage"
"sysutils/phpfpm_exporter: Update to 0.4.1"
"CI is way too spammy"
...


More information about the svn-ports-all mailing list