~lutostag/layer-snap:use_juju_proxy

Last commit made on 2017-05-05
Get this branch:
git clone -b use_juju_proxy https://git.launchpad.net/~lutostag/layer-snap
Only Greg Lutostanski can upload to this branch. If you are Greg Lutostanski please log in for upload directions.

Branch merges

Branch information

Name:
use_juju_proxy
Repository:
lp:~lutostag/layer-snap

Recent commits

9319d38... by Greg Lutostanski

remove useless code movement

da115a0... by Greg Lutostanski

fix: changes based on review

Use data_changed rather than config to check if proxy settings have
changed since previous run.

Remove use_juju_proxy config option.

6f1a700... by Greg Lutostanski

fix typo

07b9405... by Greg Lutostanski

feat: allow usage of juju proxy variables for snapd

59dd94f... by Stuart Bishop

Update comment on why local->store transition is unsupported

089efa4... by Stuart Bishop

Fix README markup

db1ac85... by Stuart Bishop

Ensure the fuse package is installed in addition to squashfuse

cbf28a8... by Stuart Bishop

Avoid unnecessary snapd restart in the common case

Normally the snap proxy is unspecified, so avoid unnecessary
restarts of snapd in this case.

0df809b... by Stuart Bishop

Handle Trusty better with logging

The snap proxy feature does not work under trusty, so report
an error. Snaps do not work at all in trusty lxc containers,
so don't even install snapd and log an error message.

9bcc42f... by Stuart Bishop

Retry failed snap installs to work around lp:1677557