Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -97,6 +97,11 @@ actions:
chroot: false
script: scripts/ostree-convert-from-debian
- action: run
description: List files on {{ $image }}
chroot: false
script: scripts/list-files "$ROOTDIR" | gzip > "${ARTIFACTDIR}/{{ $image }}.filelist.gz"
- action: ostree-commit
description: Commit to OSTree branch "{{ $branch }}" in repository "{{ $ostree }}"
repository: {{ $ostree }}
Loading