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

build_providers: new build provider using multipass #2100

Merged
merged 17 commits into from Apr 26, 2018

Commits on Apr 25, 2018

  1. build_providers: new build provider using multipass

    build_providers is a new package to handle different providers snapcraft
    can use to create a snap.
    
    In addition to the scaffolding, an implementation to handle
    multipass is provided. This is the MVP for multipass integration.
    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    8c709e0 View commit details
    Browse the repository at this point in the history
  2. cleanup environment

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    69201b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed406a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2619eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2596c79 View commit details
    Browse the repository at this point in the history
  6. ProviderError

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d0ffae3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0823f3 View commit details
    Browse the repository at this point in the history
  8. fixup exceptions

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    69bfd69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2efc4b View commit details
    Browse the repository at this point in the history
  10. from_json

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    69d95b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2317aea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cff6ef5 View commit details
    Browse the repository at this point in the history
  13. use private ProjectInfo

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    de0823e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ebd7fb View commit details
    Browse the repository at this point in the history
  15. instance_status on create

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    6d6f976 View commit details
    Browse the repository at this point in the history
  16. last review, thanks @kyrofa

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    5a67061 View commit details
    Browse the repository at this point in the history
  17. test fix

    sergiusens committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    0a0bbad View commit details
    Browse the repository at this point in the history