Date: Tue, 01 Sep 2020 06:18:29 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Linimon <linimon@lonesome.com> Cc: Li-Wen Hsu <lwhsu@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r547234 - in head/devel/py-python-bugzilla: . files Message-ID: <bliq-m8oa-wny@FreeBSD.org> In-Reply-To: <20200901040126.GA8565@lonesome.com> (Mark Linimon's message of "Tue, 1 Sep 2020 04:01:29 %2B0000") References: <202009010220.0812K5XX012163@repo.freebsd.org> <lfhu-maeg-wny@FreeBSD.org> <20200901040126.GA8565@lonesome.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@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" ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bliq-m8oa-wny>