Update the hotness config for 0.10.0

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-10-16 13:40:54 +00:00
parent 90262ff763
commit c6e519809a

View file

@ -74,12 +74,17 @@ config = {
'password': '{{ fedoraDummyUserPassword }}',
},
'hotness.repo_url': 'https://pagure.io/releng/fedora-scm-requests',
{% if env == 'staging' %}
'hotness.pkgdb_url': 'https://admin.stg.fedoraproject.org/pkgdb/api',
"hotness.mdapi_url": "https://apps.stg.fedoraproject.org/mdapi",
'hotness.pdc_url': 'https://pdc.stg.fedoraproject.org',
'hotness.dist_git_url': 'https://src.stg.fedoraproject.org',
{% else %}
'hotness.pkgdb_url': 'https://admin.fedoraproject.org/pkgdb/api',
"hotness.mdapi_url": "https://apps.fedoraproject.org/mdapi",
'hotness.pdc_url': 'https://pdc.fedoraproject.org',
'hotness.dist_git_url': 'https://src.fedoraproject.org',
{% endif %}
'hotness.yumconfig': '/etc/hotness-yum.conf',