Skip to content
Snippets Groups Projects
Commit 04d93ba5 authored by Simon McVittie's avatar Simon McVittie
Browse files

runtimes: Add manifests and metadata to the log

parent 502f5cd8
No related branches found
No related tags found
No related merge requests found
......@@ -295,3 +295,27 @@ actions:
cp -v "$ROOTDIR/src/MISSING.txt"
"$ARTIFACTDIR/{{ $sources_prefix }}.MISSING.txt"
{{ end }}
- action: run
label: manifests
chroot: false
command: >
cd "$ROOTDIR";
head -n10000
files/manifest.dpkg
files/manifest.dpkg.built-using
- action: run
label: metadata
chroot: false
command: >
cd "$ROOTDIR";
head -n10000
files/etc/apt/apt.conf
files/etc/apt/apt.conf.d/*
files/etc/apt/sources.list
files/etc/apt/sources.list.d/*
files/src/MISSING.txt
files/lib/os-release
metadata
|| true
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