mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 12:21:26 +00:00
remove CR
This commit is contained in:
parent
15cac6f0a1
commit
fcf0d5e351
@ -54,10 +54,10 @@ filter_system_release_packages = False
|
||||
gather_prepopulate = "rocky-armhfp-packages.json"
|
||||
|
||||
gather_method = {
|
||||
"^(?!(AppStream|PowerTools|CR)).*$": {
|
||||
"^(?!(AppStream|PowerTools)).*$": {
|
||||
"comps": "deps"
|
||||
},
|
||||
"^(AppStream|PowerTools|CR)$": "hybrid",
|
||||
"^(AppStream|PowerTools)$": "hybrid",
|
||||
}
|
||||
|
||||
gather_backend = "dnf"
|
||||
|
@ -55,10 +55,10 @@ filter_system_release_packages = False
|
||||
gather_prepopulate = "rocky-packages.json"
|
||||
|
||||
gather_method = {
|
||||
"^(?!(AppStream|PowerTools|CR)).*$":{
|
||||
"^(?!(AppStream|PowerTools)).*$":{
|
||||
"comps": "deps"
|
||||
},
|
||||
"^(AppStream|PowerTools|CR)$": "hybrid",
|
||||
"^(AppStream|PowerTools)$": "hybrid",
|
||||
}
|
||||
|
||||
gather_backend = "dnf"
|
||||
@ -82,7 +82,7 @@ create_jigdo = False
|
||||
|
||||
|
||||
buildinstall_skip = [
|
||||
("^(Devel|AppStream|PowerTools|CR|HighAvailability)$", {
|
||||
("^(Devel|AppStream|PowerTools|HighAvailability)$", {
|
||||
"*": True
|
||||
}),
|
||||
]
|
||||
|
8
r8.conf
8
r8.conf
@ -58,10 +58,10 @@ filter_system_release_packages = False
|
||||
gather_prepopulate = "rocky-packages.json"
|
||||
|
||||
gather_method = {
|
||||
"^(?!(AppStream|PowerTools|CR)).*$":{
|
||||
"^(?!(AppStream|PowerTools)).*$":{
|
||||
"comps": "deps"
|
||||
},
|
||||
"^(AppStream|PowerTools|CR)$": "hybrid",
|
||||
"^(AppStream|PowerTools)$": "hybrid",
|
||||
}
|
||||
|
||||
gather_backend = "dnf"
|
||||
@ -99,7 +99,7 @@ lorax_options = [
|
||||
]
|
||||
|
||||
buildinstall_skip = [
|
||||
("^(AppStream|PowerTools|CR|HighAvailability)$", {
|
||||
("^(AppStream|PowerTools|HighAvailability)$", {
|
||||
"*": True
|
||||
}),
|
||||
]
|
||||
@ -116,7 +116,7 @@ image_volid_formats = [ '{release_short}-8.3-{arch}-{disc_type}', ]
|
||||
create_optional_isos = False
|
||||
|
||||
createiso_skip = [
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|CR)$', {
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability)$', {
|
||||
'*': True,
|
||||
'src':True
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user