Add a hotfix for kojira to increase ssl timeout. This should get us back on track with newrepos in koji for now.

This commit is contained in:
Kevin Fenzi 2015-04-01 17:31:10 +00:00
parent ebb160dcee
commit f99e19b024
2 changed files with 7 additions and 1 deletions

View file

@ -16,7 +16,7 @@ class SSLConnection:
passed in to the shutdown() method in SimpleXMLRPC.doPOST() passed in to the shutdown() method in SimpleXMLRPC.doPOST()
""" """
DEFAULT_TIMEOUT = 60 DEFAULT_TIMEOUT = 180
def __init__(self, conn): def __init__(self, conn):
""" """

View file

@ -254,3 +254,9 @@
- files - files
- koji_hub - koji_hub
- name: HOTFIX koji ssl timeout
copy: src=SSLConnection.py dest=/usr/lib/python2.7/site-packages/koji/ssl/SSLConnection.py
tags:
- files
- koji_hub
- hotfix