Skip to content
Snippets Groups Projects
Commit a3138910 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ostree-commit: Export the list of files that will get committed


Do like all the other artifacts and export the file listing.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 76b11dea
No related branches found
No related tags found
1 merge request!100Small cleanups on the ostree recipes
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment