Disable ostree on bodhi staging
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d1b8077874
commit
3e00a64432
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@ createiso_skip = [
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{% if env != "staging" %}
|
||||||
[% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %]
|
[% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %]
|
||||||
ostree = {
|
ostree = {
|
||||||
"^Everything$": [
|
"^Everything$": [
|
||||||
|
@ -165,6 +166,7 @@ ostree = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
[% endif %]
|
[% endif %]
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
translate_paths = [
|
translate_paths = [
|
||||||
('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'),
|
('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue