[dnf] dnf-0.3.6-1

Ales Kozumplik akozumpl at redhat.com
Tue May 28 15:42:43 UTC 2013


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


More information about the devel mailing list