Update the hotness config for 0.10.0
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
90262ff763
commit
c6e519809a
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue