~snappy-dev/snapd/+git/snapd-pawel:iface-hooks-apply

Last commit made on 2017-02-15
Get this branch:
git clone -b iface-hooks-apply https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
iface-hooks-apply
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

b03b1dc... by Paweł Stołowski

Removed TODO.

ed55c52... by Paweł Stołowski

Marshall protected attributes to avoid problem with shallow copy.

71c910e... by Paweł Stołowski

Maintain protected attributes, make sure they aren't overwritten.

d1cccb2... by Paweł Stołowski

Merge branch 'iface-hooks-snapctl' into iface-hooks-apply

883ef7c... by Paweł Stołowski

Merge branch 'master' into iface-hooks-snapctl

560ccc9... by Paweł Stołowski

Support complex structures via snapctl get/set for interface attributes.

1630318... by Zygmunt Krynicki

Merge pull request #2850 from stolowski/reusable-config-helpers

config: make helpers reusable

ecbd545... by Michael Vogt

snap-exec: support nested environment variables in environment: (#2769)

This allows to use nested env vars in the `environment:` block of a snap. It supports both the pre-existing environment (PATH, PS1, SNAP_*) and from within the environment. E.g.:
```
environment:
  FOO: 1
  BAR: $FOO/2
  BAZ: $PATH:/something
```
will work.

The current search order is:
1. app specific environment
2. snap specific environment
3. os environment

98af625... by Paweł Stołowski

Merge pull request #2834 from mvo5/fix-linux-gallium

release: add galliumos support

e5f25f0... by Paweł Stołowski

Merge branch 'master' into reusable-config-helpers