Update ostree config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b403eb2d36
commit
d5212c311e
1 changed files with 11 additions and 11 deletions
|
@ -101,30 +101,30 @@ createiso_skip = [
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
[% if release.id_prefix == 'FEDORA' %]
|
[% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %]
|
||||||
ostree = [
|
ostree = [
|
||||||
("^Everything$", {
|
("^Everything$", {
|
||||||
"x86_64": {
|
"x86_64": {
|
||||||
[% if release.version_int >= 27 %]
|
[% if release.version_int >= 28 %]
|
||||||
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
||||||
[% endif %]
|
|
||||||
[% if release.version_int == 25 %]
|
|
||||||
"treefile": "fedora-atomic-docker-host.json",
|
|
||||||
[% else %]
|
|
||||||
"treefile": "fedora-atomic-host.json",
|
|
||||||
[% endif %]
|
[% endif %]
|
||||||
|
"treefile": "fedora-atomic-host-updates-[[ request.name ]].json",
|
||||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||||
"config_branch": "f[[ release.version ]]",
|
"config_branch": "f[[ release.version ]]",
|
||||||
"repo": [
|
"repo": [
|
||||||
"Everything",
|
"Everything",
|
||||||
[% if request.name == 'testing' %]
|
[% if request.name == 'testing' %]
|
||||||
# In the case of testing, also inject the last stable updates
|
# In the case of testing, also inject the last stable updates
|
||||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version ]]-updates/compose/Everything/x86_64/os/"
|
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/pub/fedora/linux/updates/[[ release.version ]]/x86_64/"
|
||||||
|
[% endif %]
|
||||||
|
[% if release.version_int == 27 %]
|
||||||
|
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/pub/fedora/linux/development/[[ release.version_int ]]/Everything/x86_64/os/"
|
||||||
|
[% else %]
|
||||||
|
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/pub/fedora/linux/releases/[[ release.version_int ]]/Everything/x86_64/os/"
|
||||||
[% endif %]
|
[% endif %]
|
||||||
"https://dl.fedoraproject.org/pub/fedora/linux/releases/[[ release.version_int ]]/Everything/x86_64/os/"
|
|
||||||
]
|
]
|
||||||
"ostree_repo": "/mnt/koji/compose/updates/atomic/[[ request.name ]]",
|
"ostree_repo": "/mnt/koji/atomic/[[ release.version ]]",
|
||||||
"tag_ref": True
|
"tag_ref": False
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue