On Mon, 2015-04-06 at 20:11 +0000, Andre Robatino wrote: > This problem is always f-e-k specific, it never affects the web > interface. > See https://bugzilla.redhat.com/show_bug.cgi?id=1144587 ;. https://fedorahosted.org/fedora-infrastructure/ticket/4729 It's a time out issue. Increasing the timeout value for "bodhi client" in f-e-k works around it: --- fedora-easy-karma.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-easy-karma.py b/fedora-easy-karma.py index a3d1285..c31261d 100755 --- a/fedora-easy-karma.py +++ b/fedora-easy-karma.py @@ -293,6 +293,7 @@ class FedoraEasyKarma(object): self.options.fas_username = fas_username bc = BodhiClient(username=self.options.fas_username, useragent="Fedora Easy Karma/GIT", retries=self.options.retries) + bc.timeout = 300 my = yum.YumBase() my.preconf.debuglevel = 0 -- 2.3.5 -- Thanks, Regards, Ankur Sinha "FranciscoD" http://fedoraproject.org/wiki/User:Ankursinha
Attachment:
signature.asc
Description: This is a digitally signed message part
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct