Skip to content

Commit

Permalink
example/centos: shared packages for qcow2/vmdk
Browse files Browse the repository at this point in the history
The build packages for the qcow2 and vmdk pipelines are identical. Let's
make them both use the same include.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Oct 7, 2024
1 parent ed22eb3 commit 9b0d35c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/centos/centos-9-x86_64-qcow2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ otk.define:
repositories:
otk.include: "common/repositories/${architecture}.yaml"
packages:
otk.include: "common/package-set/${architecture}/build/qcow2.yaml"
otk.include: "common/package-set/${architecture}/build/qcow2_vmdk.yaml"
os:
otk.external.osbuild-gen-depsolve-dnf4:
architecture: ${architecture}
Expand Down
2 changes: 1 addition & 1 deletion example/centos/centos-9-x86_64-vmdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ otk.define:
repositories:
otk.include: "common/repositories/${architecture}.yaml"
packages:
otk.include: "common/package-set/${architecture}/build/vmdk.yaml"
otk.include: "common/package-set/${architecture}/build/qcow2_vmdk.yaml"
os:
otk.external.osbuild-gen-depsolve-dnf4:
architecture: ${architecture}
Expand Down
8 changes: 0 additions & 8 deletions example/centos/common/package-set/x86_64/build/vmdk.yaml

This file was deleted.

0 comments on commit 9b0d35c

Please sign in to comment.