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: set snapd proxy settings prior to _setup_snapcraft() #3343

Closed
wants to merge 3 commits into from

Commits on Oct 29, 2020

  1. build providers: set snapd proxy settings prior to _setup_snapcraft()

    Snaps may be installed in _setup_snapcraft(), which runs before
    _setup_snapd_proxy().
    
    It works when snaps are injected from the host, but the snapd
    proxy must be configured in case the host does not provide the
    required snaps.
    
    Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
    Chris Patterson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    6e52c3e View commit details
    Browse the repository at this point in the history
  2. LXD

    Chris Patterson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    8901615 View commit details
    Browse the repository at this point in the history
  3. add 'snap wait system seed.loaded'

    Chris Patterson committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5024427 View commit details
    Browse the repository at this point in the history