#1583 Add workaround for DNF fail-safe mechanism
Merged 4 years ago by mprahl. Opened 4 years ago by breilly.
breilly/fm-orchestrator dnf-failsafe  into  master

@@ -182,6 +182,9 @@ 

                  # https://pagure.io/fedora-infrastructure/issue/7620.

                  # Disables systemd-nspawn for chroot.

                  "mock.new_chroot": 0,

+                 # Works around fail-safe mechanism added in DNF 4.2.7

+                 # https://pagure.io/fedora-infrastructure/issue/8410

+                 "mock.yum.module_hotfixes": 1,

              },

              "desc": "Extra options set for newly created Koji tags.",

          },

@@ -639,6 +639,7 @@ 

                      "mock.package_manager": "dnf",

                      "repo_include_all": repo_include_all,

                      "mock.new_chroot": 0,

+                     'mock.yum.module_hotfixes': 1,

                  },

              ),

              mock.call(
@@ -648,6 +649,7 @@ 

                      "mock.package_manager": "dnf",

                      "repo_include_all": repo_include_all,

                      "mock.new_chroot": 0,

+                     'mock.yum.module_hotfixes': 1,

                  },

              ),

          ]

Based off of original pull request: PR#1526

Build #786 failed (commit: 0a0c126).
Rebase or make new commits to rebuild.

Commit 8eb2301 fixes this pull-request

Pull-Request has been merged by mprahl

4 years ago

Pull-Request has been merged by mprahl

4 years ago