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

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 03:41:14 UTC 2020


Li-Wen Hsu <lwhsu at 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_]+)(?::([^}]*))?}")
  


More information about the svn-ports-head mailing list