use internal koji urls for the pdc updater backend.
This commit is contained in:
parent
223068f631
commit
82fb2dc0dc
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@ config = {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'pdcupdater.koji_url': 'http://koji.stg.fedoraproject.org/kojihub',
|
'pdcupdater.koji_url': 'http://koji.stg.fedoraproject.org/kojihub',
|
||||||
{% else %}
|
{% else %}
|
||||||
'pdcupdater.koji_url': 'http://koji.fedoraproject.org/kojihub',
|
'pdcupdater.koji_url': 'http://koji01.phx2.fedoraproject.org/kojihub',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Where to find composes
|
# Where to find composes
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'pdcupdater.old_composes_url': 'https://kojipkgs.stg.fedoraproject.org/compose/',
|
'pdcupdater.old_composes_url': 'https://kojipkgs.stg.fedoraproject.org/compose/',
|
||||||
{% else %}
|
{% else %}
|
||||||
'pdcupdater.old_composes_url': 'https://kojipkgs.fedoraproject.org/compose/',
|
'pdcupdater.old_composes_url': 'http://kojipkgs01.phx2.fedoraproject.org/compose/',
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# We have an explicit list of these in the config so we can turn them on
|
# We have an explicit list of these in the config so we can turn them on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue