~mvo/snapd/+git/snapd-mvo:systemctl-writable-core18-lp1778936

Last commit made on 2019-04-01
Get this branch:
git clone -b systemctl-writable-core18-lp1778936 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
systemctl-writable-core18-lp1778936
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

c9f1879... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into systemctl-writable-core18-lp1778936

3bfa3d5... by Michael Vogt

Merge pull request #6668 from mvo5/unblock-master-18.04

tests: add workaround for missing cache reset on older snapd

7e93038... by Maciej Borzecki

tests/lib/prepare-restore: further tweak snapd package purge

On some distros, attempting to purge a package that does not exist may fail.
Make sure we purge snapd only where we know it's preinstalled, but make sure
that there are no signs of snapd on other systems too.

Signed-off-by: Maciej Borzecki <email address hidden>

3e5ad9e... by Michael Vogt

Merge pull request #6637 from mvo5/snap-confine-from-snapd-snap

interfaces: deal with the snapd snap correctly for apparmor 2.13

84f3a21... by Michael Vogt

tests: add workaround for missing cache reset on older snapd

Older versions of snapd did not do a `rm -rf /var/cache/snapd/*`.
Newer versions of snapd create /var/cache/snapd/aux which means
that `dpkg --purge snapd` may fail after a re-exec. We need to
think how to fix that.

However to unblock tests we should add this workaround.

bc5031c... by Michael Vogt

tests: enable tests that write /etc/{hostname,timezone} on core18

The systemd in Ubuntu 18.04 dropped some patches to make the
"writable-path" magic in core18 work. These patches got re-added
in bionic-proposed and in ppa:canonical-foundations/ubuntu-image.

This PR enables the tests on core18 to validate that the bug
is actually fixed.

The SRU is tracked via LP: 1778936.

71bdfa3... by Michael Vogt

Merge pull request #6410 from zyga/feature/debian-package-builder

release-tools: add debian-package-builder

f79264a... by Zygmunt Krynicki

Merge pull request #6657 from sergiocazzolato/tests-enable-opensuse

tests: enable opensuse 15 and add force-resolution installing packages

a9d4ede... by Paweł Stołowski

Merge pull request #6655 from stolowski/timings-set-tag

timings: AddTag helper

428d4ea... by Michael Vogt

Merge pull request #6658 from bboozzoo/bboozzoo/mock-command-shellcheck

testutil: run mocked commands through shellcheck