#914 ELN: make extra_isos failable for now so it does not block the compose.
Merged 3 years ago by jkaluza. Opened 3 years ago by jkaluza.
jkaluza/pungi-fedora eln-extra-isos  into  eln

file modified
+2
@@ -5,5 +5,7 @@ 

          "filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",

          "skip_src": False,

          "extra_files": EXTRA_FILES,

+         # Make extra_isos failable until we have working installer.

+         "failable_arches": ['aarch64', 'ppc64le', 's390x', 'x86_64', 'i386']

      }]

  }

file modified
+1
@@ -5,6 +5,7 @@ 

      # Anything that is not AppStream, CRB or Buildroot should use the old depsolver

      "^(?!(AppStream|CRB|Buildroot)).*$": {

          "comps": "deps",

+         "json": "deps",

      },

      "^(AppStream|CRB|Buildroot)$": "hybrid",

  }

Pull-Request has been merged by jkaluza

3 years ago