mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Config for puiterwijk's dead.package hotfix.
This commit is contained in:
@@ -42,6 +42,13 @@ config = {
|
||||
'pdcupdater.pkgdb_url': 'https://admin.fedoraproject.org/pkgdb',
|
||||
{% endif %}
|
||||
|
||||
# dead.package details
|
||||
{% if env == 'staging' %}
|
||||
'pdcupdater.file_check_url': 'https://src.stg.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(branch)s/f/%(file)s',
|
||||
{% else %}
|
||||
'pdcupdater.file_check_url': 'https://src.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(branch)s/f/%(file)s',
|
||||
{% endif %}
|
||||
|
||||
# Koji details
|
||||
{% if env == 'staging' %}
|
||||
'pdcupdater.koji_url': 'https://koji.stg.fedoraproject.org/kojihub',
|
||||
|
||||
Reference in New Issue
Block a user