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 = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|PowerTools)$', {
|
'^(BaseOS|AppStream|PowerTools)$', {
|
||||||
'${arch}': [
|
'aarch64': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
"libreport-rhel",
|
"libreport-rhel",
|
||||||
@ -38,7 +38,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS)$', {
|
||||||
'${arch}': [
|
'aarch64': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
"perl-IO-Socket-SSL",
|
"perl-IO-Socket-SSL",
|
||||||
@ -47,7 +47,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(AppStream)$', {
|
'^(AppStream)$', {
|
||||||
'${arch}': [
|
'aarch64': [
|
||||||
"java-1.8.0-openjdk-slowdebug",
|
"java-1.8.0-openjdk-slowdebug",
|
||||||
"java-1.8.0-openjdk-headless-slowdebug",
|
"java-1.8.0-openjdk-headless-slowdebug",
|
||||||
"sos",
|
"sos",
|
||||||
@ -58,7 +58,7 @@ filter_packages = [
|
|||||||
filter_modules = [
|
filter_modules = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|PowerTools)$', {
|
'^(BaseOS|AppStream|PowerTools)$', {
|
||||||
'${arch}': [
|
'aarch64': [
|
||||||
"jmc:rhel8",
|
"jmc:rhel8",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|PowerTools)$', {
|
'^(BaseOS|AppStream|PowerTools)$', {
|
||||||
'${arch}': [
|
'ppc64le': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
"libreport-rhel",
|
"libreport-rhel",
|
||||||
@ -40,7 +40,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS)$', {
|
||||||
'${arch}': [
|
'ppc64le': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
"perl-IO-Socket-SSL",
|
"perl-IO-Socket-SSL",
|
||||||
@ -49,7 +49,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(AppStream)$', {
|
'^(AppStream)$', {
|
||||||
'${arch}': [
|
'ppc64le': [
|
||||||
"java-1.8.0-openjdk-slowdebug",
|
"java-1.8.0-openjdk-slowdebug",
|
||||||
"java-1.8.0-openjdk-headless-slowdebug",
|
"java-1.8.0-openjdk-headless-slowdebug",
|
||||||
"sos",
|
"sos",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|PowerTools)$', {
|
'^(BaseOS|AppStream|PowerTools)$', {
|
||||||
'${arch}': [
|
'x86_64': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
"libreport-rhel",
|
"libreport-rhel",
|
||||||
@ -57,7 +57,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS)$', {
|
||||||
'${arch}': [
|
'x86_64': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
"perl-IO-Socket-SSL",
|
"perl-IO-Socket-SSL",
|
||||||
@ -66,7 +66,7 @@ filter_packages = [
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(AppStream)$', {
|
'^(AppStream)$', {
|
||||||
'${arch}': [
|
'x86_64': [
|
||||||
"java-1.8.0-openjdk-slowdebug",
|
"java-1.8.0-openjdk-slowdebug",
|
||||||
"java-1.8.0-openjdk-headless-slowdebug",
|
"java-1.8.0-openjdk-headless-slowdebug",
|
||||||
"libvirt-glib.i686",
|
"libvirt-glib.i686",
|
||||||
|
Loading…
Reference in New Issue
Block a user