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

pv-verify: New utility to verify SteamLinuxRuntime_foo against a mtree


This will make it easy to verify that `SteamLinuxRuntime_sniper` and
`SteamLinuxRuntime_soldier` are intact:

    .../SteamLinuxRuntime_sniper/pressure-vessel/bin/pv-verify

and only slightly more difficult to do the same for SLR 1.0:

    .../SteamLinuxRuntime_soldier/pressure-vessel/bin/pv-verify \
    .../SteamLinuxRuntime

A more explicit version of the first command is:

    .../SteamLinuxRuntime_sniper/pressure-vessel/bin/pv-verify \
        --mtree=.../SteamLinuxRuntime_sniper/mtree.txt.gz \
        -- \
        .../SteamLinuxRuntime_sniper/pressure-vessel

but the defaults are sensible.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent f96d414c
No related branches found
No related tags found
1 merge request!631Add a tool to verify runtimes against a mtree manifest
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment