Add a tool to verify runtimes against a mtree manifest
Compare changes
Files
6- Simon McVittie authored
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:
Simon McVittie <smcv@collabora.com>