~snappy-dev/snapd/+git/snapd-pawel:auto-snapshots

Last commit made on 2019-04-09
Get this branch:
git clone -b auto-snapshots https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
auto-snapshots
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

b36a399... by Paweł Stołowski

Change err variable name.

2503989... by Paweł Stołowski

Renamed snapshotExpirationLoopInterval to autoExpirationInterval.

3294541... by Paweł Stołowski

Added TestDoSaveFailureRemovesStateEntry test to cover the case where backend.Save fails and expiration time gets removed from the state by doSave.

f3dd7bf... by Paweł Stołowski

Merge branch 'master' into auto-snapshots

2c86004... by Michael Vogt

Merge pull request #6687 from mvo5/refactor-sc-main-6

snap-confine: set rootfs_dir in sc_invocation struct

09386ba... by Michael Vogt

Merge pull request #6689 from mvo5/create-user-on-core

tests: run create-user on core devices

70dc3c7... by Michael Vogt

Merge pull request #6616 from mvo5/kernel-extract

boot: add flag file "meta/force-kernel-extraction"

c53c510... by Michael Vogt

Merge pull request #6595 from mvo5/test-for-race-fix-8803

tests: add regression test for systemctl race fix

f24e333... by Michael Vogt

snap-confine: inv->rootfs_dir must not end with '/'

The rootfs_dir is also used with "readlink()" which will fail
for something like /snap/core/current/ - so we cannot have the
trailing "/".

4f911c7... by Michael Vogt

snap-confine: imporve comment on sc_check_rootfs_dir