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: handle ill-formed profiles created by older rockcraft #588

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2024

  1. fix: check if lxd snap is installed (#585)

    Check if the lxd snap is installed by querying the snapd socket
    instead of looking for an executable in the path, as lxd can use
    auto-installer stubs.
    
    Co-authored-by: Callahan Kovacs <[email protected]>
    Signed-off-by: Claudio Matsuoka <[email protected]>
    cmatsuoka and mr-cal committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0b8d058 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix: handle ill-formed profiles created by older rockcraft

    Older versions of rockcraft may have created a rockcraft lxd project
    containing a broken default profile. If this is the case, tell the
    user to delete the project and start over.
    
    Signed-off-by: Claudio Matsuoka <[email protected]>
    cmatsuoka committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8b00682 View commit details
    Browse the repository at this point in the history
  2. fix: replace rockcraft with project name variable

    Signed-off-by: Claudio Matsuoka <[email protected]>
    cmatsuoka committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9cb2ed5 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused parameters

    Signed-off-by: Claudio Matsuoka <[email protected]>
    cmatsuoka committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    09bb92f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0d4f284 View commit details
    Browse the repository at this point in the history