[PATCH 3/5] bodhi-pungi: only provide one repo to lorax

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Because of a bug in DNF lorax can't handle being given multiple
repos as input. For now just go with release day repo.
---
 roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index 26846fc3b..cfa0ce5f0 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -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/"
-- 
2.14.3
_______________________________________________
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/message/4ZHCJHSWJHMGGTNNNNW5V7PJ4QYW2IUH/




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux