bodhi-pungi: only provide one repo to lorax
Because of a bug in DNF lorax can't handle being given multiple repos as input. For now just go with release day repo.
This commit is contained in:
parent
fa9c735e3d
commit
7855fe0969
1 changed files with 7 additions and 5 deletions
|
@ -224,11 +224,13 @@ ostree_installer = [
|
|||
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
|
||||
'[[ arch ]]': {
|
||||
"repo": [
|
||||
"Everything",
|
||||
[% if request.name == 'testing' %]
|
||||
# In the case of testing, also inject the last stable updates
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/[[arch]]/os/",
|
||||
[% endif %]
|
||||
# For now we need to only provide one repo to lorax
|
||||
# See https://github.com/weldr/lorax/issues/368
|
||||
# "Everything",
|
||||
# [% if request.name == 'testing' %]
|
||||
# # In the case of testing, also inject the last stable updates
|
||||
# "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/[[arch]]/os/",
|
||||
# [% endif %]
|
||||
# For f29 the compose location is under /compose/branched/
|
||||
[% if release.version_int == 29 %]
|
||||
"https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue