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:
Dusty Mabe 2018-06-01 09:36:08 -04:00
parent fa9c735e3d
commit 7855fe0969
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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/"