diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index ddda6c0e9f..222468ca4a 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -49,12 +49,11 @@ config = { {% if env == 'staging' %} 'server': 'https://koji.stg.fedoraproject.org/kojihub', 'weburl': 'https://koji.stg.fedoraproject.org/koji', - 'git_url': 'https://src.stg.fedoraproject.org/rpms/{package}.git', {% else %} 'server': 'https://koji.fedoraproject.org/kojihub', 'weburl': 'https://koji.fedoraproject.org/koji', - 'git_url': 'https://src.fedoraproject.org/rpms/{package}.git', {% endif %} + 'git_url': 'https://src.fedoraproject.org/rpms/{package}.git', {% if env == "production" %} 'cert': '/etc/pki/fedmsg/hotness.pem',