remove CR

This commit is contained in:
nazunalika 2021-03-05 19:17:59 -07:00
parent 15cac6f0a1
commit fcf0d5e351
Signed by: label
GPG Key ID: CB6D9706D138D190
3 changed files with 9 additions and 9 deletions

View File

@ -54,10 +54,10 @@ filter_system_release_packages = False
gather_prepopulate = "rocky-armhfp-packages.json" gather_prepopulate = "rocky-armhfp-packages.json"
gather_method = { gather_method = {
"^(?!(AppStream|PowerTools|CR)).*$": { "^(?!(AppStream|PowerTools)).*$": {
"comps": "deps" "comps": "deps"
}, },
"^(AppStream|PowerTools|CR)$": "hybrid", "^(AppStream|PowerTools)$": "hybrid",
} }
gather_backend = "dnf" gather_backend = "dnf"

View File

@ -55,10 +55,10 @@ filter_system_release_packages = False
gather_prepopulate = "rocky-packages.json" gather_prepopulate = "rocky-packages.json"
gather_method = { gather_method = {
"^(?!(AppStream|PowerTools|CR)).*$":{ "^(?!(AppStream|PowerTools)).*$":{
"comps": "deps" "comps": "deps"
}, },
"^(AppStream|PowerTools|CR)$": "hybrid", "^(AppStream|PowerTools)$": "hybrid",
} }
gather_backend = "dnf" gather_backend = "dnf"
@ -82,7 +82,7 @@ create_jigdo = False
buildinstall_skip = [ buildinstall_skip = [
("^(Devel|AppStream|PowerTools|CR|HighAvailability)$", { ("^(Devel|AppStream|PowerTools|HighAvailability)$", {
"*": True "*": True
}), }),
] ]

View File

@ -58,10 +58,10 @@ filter_system_release_packages = False
gather_prepopulate = "rocky-packages.json" gather_prepopulate = "rocky-packages.json"
gather_method = { gather_method = {
"^(?!(AppStream|PowerTools|CR)).*$":{ "^(?!(AppStream|PowerTools)).*$":{
"comps": "deps" "comps": "deps"
}, },
"^(AppStream|PowerTools|CR)$": "hybrid", "^(AppStream|PowerTools)$": "hybrid",
} }
gather_backend = "dnf" gather_backend = "dnf"
@ -99,7 +99,7 @@ lorax_options = [
] ]
buildinstall_skip = [ buildinstall_skip = [
("^(AppStream|PowerTools|CR|HighAvailability)$", { ("^(AppStream|PowerTools|HighAvailability)$", {
"*": True "*": True
}), }),
] ]
@ -116,7 +116,7 @@ image_volid_formats = [ '{release_short}-8.3-{arch}-{disc_type}', ]
create_optional_isos = False create_optional_isos = False
createiso_skip = [ createiso_skip = [
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|CR)$', { ('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability)$', {
'*': True, '*': True,
'src':True 'src':True
}), }),