~johnsca/layer-snap:johnsca/bug/overwrite-refresh-with-empty

Last commit made on 2019-02-13
Get this branch:
git clone -b johnsca/bug/overwrite-refresh-with-empty https://git.launchpad.net/~johnsca/layer-snap
Only Cory Johns can upload to this branch. If you are Cory Johns please log in for upload directions.

Branch merges

Branch information

Name:
johnsca/bug/overwrite-refresh-with-empty
Repository:
lp:~johnsca/layer-snap

Recent commits

ecb77a4... by Cory Johns

Don't change the snapd refresh timer if not set

If the refresh timer is not explicitly set via config, it should not be
written to the system. This mainly affects subordinates, where the
subordinate using layer:snap and no explicit refresh value could wipe
out the prinicpal's explicit refresh value due to the refresh timer
being a global setting.

8d75e41... by Stuart Bishop

Ensure snapd service override directory exists

Ensure that the snapd systemd service override directory exists,
before attempting to store proxy configuration in it.

8fa9006... by Erik Lönroth

Added version and channel lookup functions

93e9b56... by Barry Price

Let's set DEBIAN_FRONTEND=noninteractive while we're at it

231d1db... by Barry Price

Use apt-get over apt to avoid logging controll characters, progress bars etc

16212c5... by Stuart Bishop

Remove no-longer necessary import workaround

1ed42fc... by Stuart Bishop

Use 'flag' everywhere instead of the deprecated term 'state'

52675b6... by Stuart Bishop

Add is_installed and flag name helpers

Hardcoding snap layer flags directly is good when the snap names are
known in advance, but are cumbersome when the set of snaps is
dynamic.

3ec404e... by Mike Wilson

Making requested changes to function names.

0771924... by Mike Wilson

Adding is_installed function for snap layer