Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new luet-mtree event for upgrade checks #251

Merged
merged 7 commits into from
Jun 21, 2021

Commits on Jun 16, 2021

  1. Use the new luet-mtree event for upgrade checks

    We were using a bash script to call luet-mtree on upgrade to check for
    valid mtree checksums.
    
    luet-mtree 0.0.6 now supports working with events from luet itself,
    which will do the same as the bash script and extract the image metadata
    to check the mtree checksums.
    
    This patch removes the old bash script and uses the luet-mtree plugin
    directly to check the checksums, it also bumps luet-mtree to 0.0.6
    
    Signed-off-by: Itxaka <[email protected]>
    Itxaka committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c5e0f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Merge branch 'master' into use_new_luet

    Itxaka authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0ecc2a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into use_new_luet

    Itxaka authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1712ea9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into use_new_luet

    Itxaka authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c8d4387 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge branch 'master' into use_new_luet

    Itxaka authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    eaf7362 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge branch 'master' into use_new_luet

    Itxaka authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    25e5ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7dc2e View commit details
    Browse the repository at this point in the history