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

base: Include manifest and metadata in log

parent 2981ea1c
No related branches found
No related tags found
No related merge requests found
......@@ -155,3 +155,25 @@ actions:
- action: pack
compression: gz
file: {{ $ospack }}
- action: run
label: manifests
chroot: false
command: >
cd "$ROOTDIR";
head -n10000
usr/manifest.dpkg
usr/manifest.dpkg.built-using
- action: run
label: metadata
chroot: false
command: >
cd "$ROOTDIR";
head -n10000
etc/apt/apt.conf
etc/apt/apt.conf.d/*
etc/apt/sources.list
etc/apt/sources.list.d/*
usr/lib/os-release
|| 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