bodhi2/pungi.rpm.conf: Update now that F39 is EOL
This condition is now always true.
This commit is contained in:
parent
afaaf68b22
commit
a1802527a6
1 changed files with 1 additions and 3 deletions
|
@ -233,7 +233,6 @@ ostree = {
|
||||||
"failable": ["x86_64"]
|
"failable": ["x86_64"]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
[% if release.version_int >= 40 %]
|
|
||||||
ostree_container = {
|
ostree_container = {
|
||||||
"^Silverblue$": {
|
"^Silverblue$": {
|
||||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||||
|
@ -285,11 +284,10 @@ ostree_container = {
|
||||||
"treefile": "fedora-onyx.yaml",
|
"treefile": "fedora-onyx.yaml",
|
||||||
[% endif %]
|
[% endif %]
|
||||||
"arches": ["x86_64"],
|
"arches": ["x86_64"],
|
||||||
"failable": ['*'],
|
"failable": ['*']
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
[% endif %]
|
[% endif %]
|
||||||
[% endif %]
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue