mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +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_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"
|
||||||
|
@ -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
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
8
r8.conf
8
r8.conf
@ -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
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user