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

fix: allow parallel installations of signed snapcraft snaps #5085

Merged
merged 3 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. build(deps): point craft-providers to 2.0.3

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    23b5114 View commit details
    Browse the repository at this point in the history
  2. refactor: rename snap_name

    Rename legacy variables to match snapd's definition:
    snap_name->snap_instance_name (possibly aliased)
    snap_store_name->snap_name (unaliased)
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e23fab0 View commit details
    Browse the repository at this point in the history
  3. fix(snapcraft_legacy): get assertions for aliased snaps

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    091e9a3 View commit details
    Browse the repository at this point in the history