~adam-collard/layer-snap:add-snap-proxy

Last commit made on 2018-03-07
Get this branch:
git clone -b add-snap-proxy https://git.launchpad.net/~adam-collard/layer-snap
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
add-snap-proxy
Repository:
lp:~adam-collard/layer-snap

Recent commits

969221e... by Adam Collard

Merge remote-tracking branch 'bloodearnest/add-snap-proxy' into add-snap-proxy

296e14f... by Simon Davy

more py3.4 fixes

13a67af... by Simon Davy

use subprocess.check_output rather than run to support py3.4/trusty

7e95f1b... by Simon Davy

use proposed archive to get recent snapd

27bb71c... by Simon Davy

use urlretrieve to grab the assertion file and store-id header, and remove old unit_tests for parsing

1077d87... by Adam Collard

WiP: Support changing enterprise proxies

93a8f96... by Adam Collard

Address stub's review comments

8769e7a... by Adam Collard

Add support for snap proxy

c87c097... by Stuart Bishop

Experimental support for supported architectures.

The charmer make hardcode a list of supported architectures, and the
snap layer will do nothing except complain if it is deployed on some
other arch. The charm will need to cope with the requested snaps
never being installed.

This will likely disappear into the base layer or Juju core at some
point.

799422c... by Stuart Bishop

supported-architectures is EXPERIMENTAL. Make arch fail more visible.