ALBS-413: Split the pungi config into templatable and non-templatable parts
- a9.0: arches
This commit is contained in:
parent
cccf6b2be8
commit
17ce2de86c
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|CRB)$', {
|
||||
'${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",
|
||||
|
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|CRB)$', {
|
||||
'${arch}': [
|
||||
'ppc64le': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -38,7 +38,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
'ppc64le': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -47,7 +47,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|CRB)$', {
|
||||
'${arch}': [
|
||||
's390x': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -39,7 +39,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
's390x': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -48,7 +48,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'${arch}': [
|
||||
's390x': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"sos",
|
||||
|
@ -1,7 +1,7 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|AppStream|CRB)$', {
|
||||
'${arch}': [
|
||||
'x86_64': [
|
||||
"insights-client",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
@ -49,7 +49,7 @@ filter_packages = [
|
||||
),
|
||||
(
|
||||
'^(BaseOS)$', {
|
||||
'${arch}': [
|
||||
'x86_64': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
@ -60,7 +60,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