Disable ostree on bodhi staging

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-03-08 02:20:13 +01:00
parent d1b8077874
commit 3e00a64432

View file

@ -109,6 +109,7 @@ createiso_skip = [
}),
]
{% if env != "staging" %}
[% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %]
ostree = {
"^Everything$": [
@ -165,6 +166,7 @@ ostree = {
]
}
[% endif %]
{% endif %}
translate_paths = [
('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'),