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

tests: Fix composefs test #2923

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Commits on Jul 7, 2023

  1. show: Add --print-hex

    The default GVariant output for byte arrays is illegible to humans,
    and byte arrays are super common for us.
    cgwalters committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    eb01112 View commit details
    Browse the repository at this point in the history
  2. tests: Fix composefs test

    - Was using the wrong metadata key
    - We were missing setting the canonical commit args which assigns
      e.g. owner uid 0, which is important for reproducibility
    - Use the new --print-hex to make things easier to read
    alexlarsson authored and cgwalters committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    62e4f37 View commit details
    Browse the repository at this point in the history