diff --git a/config.py b/config.py index 3e04f5e1..76509a60 100644 --- a/config.py +++ b/config.py @@ -116,6 +116,7 @@ class TestConfiguration(BaseConfiguration): NET_TIMEOUT = 3 NET_RETRY_INTERVAL = 1 + KOJI_CONFIG = './koji.conf' KOJI_PROFILE = 'staging' KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos' diff --git a/koji.conf b/koji.conf index 7ca2e552..00a4184f 100644 --- a/koji.conf +++ b/koji.conf @@ -20,4 +20,11 @@ topurl = http://kojipkgs.fedoraproject.org/ ;krbservice = host ;configuration for Kerberos authentication + +authtype = kerberos + +[staging] +server = http://koji.stg.fedoraproject.org/kojihub +weburl = http://koji.stg.fedoraproject.org/koji +topurl = https://kojipkgs.stg.fedoraproject.org/ authtype = kerberos