ALBS-413: Split the pungi config into templatable and non-templatable parts
- a8.6
This commit is contained in:
parent
6718712478
commit
c8b227eb5c
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|PowerTools)$', {
|
||||
'${arch}': [
|
||||
'aarch64': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -38,7 +38,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
'aarch64': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -47,7 +47,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'${arch}': [
|
||||
'aarch64': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"sos",
|
||||
@ -58,7 +58,7 @@ filter_packages = [
|
||||
filter_modules = [
|
||||
(
|
||||
'^(BaseOS|AppStream|PowerTools)$', {
|
||||
'${arch}': [
|
||||
'aarch64': [
|
||||
"jmc:rhel8",
|
||||
]
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|PowerTools)$', {
|
||||
'${arch}': [
|
||||
'ppc64le': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -40,7 +40,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
'ppc64le': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -49,7 +49,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'${arch}': [
|
||||
'ppc64le': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"sos",
|
||||
|
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|PowerTools)$', {
|
||||
'${arch}': [
|
||||
'x86_64': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -57,7 +57,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
'x86_64': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -66,7 +66,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'${arch}': [
|
||||
'x86_64': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"libvirt-glib.i686",
|
||||
|
Loading…
Reference in New Issue
Block a user