manifests: move vars to a separate file

This change is applied only to manifests based on fedora-build-v2 for now.
This commit is contained in:
Ondřej Budai 2023-07-27 19:39:07 +02:00 committed by Simon de Vlieger
parent 64cc289bf7
commit 9286515821
5 changed files with 16 additions and 24 deletions

View file

@ -1,11 +1,7 @@
mpp-vars:
arch: x86_64
release: 36
releasever: f$release
snapshot: '20220617'
updates: '20220801'
version: '2'
pipelines:
- mpp-import-pipelines:
path: fedora-vars.ipp.yaml
- mpp-import-pipeline:
path: fedora-build-v2.ipp.yaml
id: build

View file

@ -1,9 +1,3 @@
mpp-vars:
arch: x86_64
release: 36
releasever: f$release
snapshot: '20220617'
updates: '20220801'
version: '2'
mpp-define-image:
id: image
@ -29,6 +23,8 @@ mpp-define-image:
type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4
uuid: CA7D7CCB-63ED-4C53-861C-1742536059CC
pipelines:
- mpp-import-pipelines:
path: fedora-vars.ipp.yaml
- mpp-import-pipeline:
path: fedora-build-v2.ipp.yaml
id: build

View file

@ -1,11 +1,7 @@
mpp-vars:
arch: x86_64
release: 36
releasever: f$release
snapshot: '20220617'
updates: '20220715'
version: '2'
pipelines:
- mpp-import-pipelines:
path: fedora-vars.ipp.yaml
- mpp-import-pipeline:
path: fedora-build-v2.ipp.yaml
id: build

View file

@ -1,11 +1,7 @@
version: '2'
mpp-vars:
arch: x86_64
release: 36
releasever: f$release
snapshot: '20220617'
updates: '20220801'
pipelines:
- mpp-import-pipelines:
path: fedora-vars.ipp.yaml
- mpp-import-pipeline:
path: fedora-build-v2.ipp.yaml
id: build

View file

@ -0,0 +1,8 @@
version: '2'
mpp-vars:
arch: x86_64
release: 36
releasever: f$release
snapshot: '20220617'
updates: '20220801'