On 10/25/2018 01:25 PM, Sinny Kumari wrote: > Hi, > > Here is a patch (available in email attachment) to include updates-testing repo > as well during Atomic Host ISO creation in bodhi updates-testing run. Specifying > multiple repos to lorax should work fine on Fedora >=29 - > https://github.com/weldr/lorax/issues/368 . > > Can I get +1 for the patch? > > Thanks, > Sinny Suggested change below. I think we just need to uncomment out the commented out code right above the lines you changed. - updates run will run lorax against - Everything - the current updates run - https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/ - the release day repo - updates-testing will run lorax against - Everything - the current updates-testing run - https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/ - the release day repo - https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/[[arch]]/os/ - the last updates run diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index af3f5ea29..91f8535aa 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -292,13 +292,11 @@ ostree_installer = [ [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %] '[[ arch ]]': { "repo": [ - # 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 %] + "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/" _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx