On 05/27/2013 09:14 PM, Rahul Sundaram wrote:
Might use python-bugzilla to extend it, I guess

The speed of bugzilla.redhat.com is prohibiting, the following takes 3 seconds on my machine:

#! /usr/bin/python2.7
import bugzilla

rhbz = bugzilla.RHBugzilla(url="https://bugzilla.redhat.com/xmlrpc.cgi";)
q = rhbz.build_query(bug_id=880524)
b = rhbz.query(q)[0]
print(b.summary)

That would slow the build down by 5 minutes for 100 bugs and go up with each release.

Ales
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to