Skip to content
Snippets Groups Projects

Add a tool to verify runtimes against a mtree manifest

Merged Simon McVittie requested to merge wip/smcv/top-level-mtree into main
6 files
+ 794
5
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 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>
@@ -104,6 +104,7 @@ EXECUTABLES = [
'pressure-vessel-try-setlocale',
'pressure-vessel-wrap',
'pv-bwrap',
'pv-verify',
'steam-runtime-launch-client',
'steam-runtime-launcher-interface-0',
'steam-runtime-launcher-service',
Loading