Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    5f6fe785
    pv-verify: New utility to verify SteamLinuxRuntime_foo against a mtree · 5f6fe785
    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: default avatarSimon McVittie <smcv@collabora.com>
    5f6fe785
    History
    pv-verify: New utility to verify SteamLinuxRuntime_foo against a mtree
    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: default avatarSimon McVittie <smcv@collabora.com>