Switch hotness staging to src.fedoraproject.org
It seems unable to talk to src.stg.fedoraproject.org so this configures it to talk to the production version. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
ffbda08c4d
commit
44eaaecc00
1 changed files with 1 additions and 2 deletions
|
@ -49,12 +49,11 @@ config = {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'server': 'https://koji.stg.fedoraproject.org/kojihub',
|
'server': 'https://koji.stg.fedoraproject.org/kojihub',
|
||||||
'weburl': 'https://koji.stg.fedoraproject.org/koji',
|
'weburl': 'https://koji.stg.fedoraproject.org/koji',
|
||||||
'git_url': 'https://src.stg.fedoraproject.org/rpms/{package}.git',
|
|
||||||
{% else %}
|
{% else %}
|
||||||
'server': 'https://koji.fedoraproject.org/kojihub',
|
'server': 'https://koji.fedoraproject.org/kojihub',
|
||||||
'weburl': 'https://koji.fedoraproject.org/koji',
|
'weburl': 'https://koji.fedoraproject.org/koji',
|
||||||
'git_url': 'https://src.fedoraproject.org/rpms/{package}.git',
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
'git_url': 'https://src.fedoraproject.org/rpms/{package}.git',
|
||||||
|
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
'cert': '/etc/pki/fedmsg/hotness.pem',
|
'cert': '/etc/pki/fedmsg/hotness.pem',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue