Date: Tue, 01 Sep 2020 05:41:11 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Li-Wen Hsu <lwhsu@FreeBSD.org> Cc: 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: <lfhu-maeg-wny@FreeBSD.org> References: <202009010220.0812K5XX012163@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Li-Wen Hsu <lwhsu@FreeBSD.org> writes: > +-DEFAULT_BZ = 'https://bugzilla.redhat.com' > ++DEFAULT_BZ = 'https://bugs.freebsd.org/bugzilla/xmlrpc.cgi' Why not REST? "bugzilla query -t test" is ~50 faster. ;) Index: devel/py-python-bugzilla/files/patch-bugzilla___cli.py =================================================================== --- devel/py-python-bugzilla/files/patch-bugzilla___cli.py (revision 547234) +++ devel/py-python-bugzilla/files/patch-bugzilla___cli.py (working copy) @@ -5,7 +5,7 @@ -DEFAULT_BZ = 'https://bugzilla.redhat.com' -+DEFAULT_BZ = 'https://bugs.freebsd.org/bugzilla/xmlrpc.cgi' ++DEFAULT_BZ = 'https://bugs.freebsd.org/bugzilla/rest/' format_field_re = re.compile("%{([a-z0-9_]+)(?::([^}]*))?}")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lfhu-maeg-wny>