Set proper translate_paths for ODCS according to env.
This commit is contained in:
parent
0433a955da
commit
357d6b69d1
1 changed files with 4 additions and 0 deletions
|
@ -87,7 +87,11 @@ skip_phases = [
|
||||||
"ostree"]
|
"ostree"]
|
||||||
|
|
||||||
translate_paths = [
|
translate_paths = [
|
||||||
|
{%- if config.koji_profile == "odcs_stg" %}
|
||||||
|
('/mnt/koji/compose/', 'http://kojipkgs.stg.fedoraproject.org/compose/'),
|
||||||
|
{%- else %}
|
||||||
('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),
|
('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'),
|
||||||
|
{%- endif %}
|
||||||
]
|
]
|
||||||
|
|
||||||
koji_profile = '{{ config.koji_profile }}'
|
koji_profile = '{{ config.koji_profile }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue