Revert "Add Extras to DVD"

This reverts commit 348b70f28e.
i9.3
Arkady L. Shane 1 year ago
parent 348b70f28e
commit 5744ecbe0e

@ -18,7 +18,7 @@ treeinfo_version = '9'
extra_isos = {
"BaseOS": [{
"include_variants": ["AppStream", "Extras"],
"include_variants": ["AppStream", "CRB"],
#"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
"filename": "{release_short}-9.3-beta-{arch}-{disc_type}{suffix}",
"skip_src": True,

@ -37,7 +37,7 @@ check_deps = False
gather_method = {
# Anything that is not AppStream, CRB or Buildroot should use the old depsolver
"^(?!(AppStream|CRB|Extras|Buildroot)).*$": {
"^(?!(AppStream|CRB|Buildroot)).*$": {
"comps": "deps",
"json": "deps",
},

Loading…
Cancel
Save