diff --git a/msvsphere-9.conf b/msvsphere-9.conf index dfa40ef..b9531dd 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -18,7 +18,7 @@ treeinfo_version = '9' extra_isos = { "BaseOS": [{ - "include_variants": ["AppStream", "CRB"], + "include_variants": ["AppStream", "Extras"], #"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}", "filename": "{release_short}-9.3-beta-{arch}-{disc_type}{suffix}", "skip_src": True, diff --git a/msvsphere/general.conf b/msvsphere/general.conf index dcae4d0..aca38f9 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, CRB or Buildroot should use the old depsolver - "^(?!(AppStream|CRB|Buildroot)).*$": { + "^(?!(AppStream|CRB|Extras|Buildroot)).*$": { "comps": "deps", "json": "deps", },