Config for puiterwijk's dead.package hotfix.
This commit is contained in:
parent
c47c621a07
commit
fa5afee24b
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue