~mvo/snapd/+git/snapd-mvo:unblock-master-18.04

Last commit made on 2019-04-01
Get this branch:
git clone -b unblock-master-18.04 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
unblock-master-18.04
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

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>

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.

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

e7f738b... by Zygmunt Krynicki

release-tools: determine IP of multipass bridge

The multipass bridge has an IP address we can use to tell virtual
machines where they can reach the packaging proxy. The query has been
improved based on feedback from additional environments.

Signed-off-by: Zygmunt Krynicki <email address hidden>

307bc0c... by Zygmunt Krynicki

release-tools: move download URLs higher

Signed-off-by: Zygmunt Krynicki <email address hidden>

7b2f406... by Paweł Stołowski

Renamed SetTag to AddTag and removed SetTagFromChange.

7d483e0... by Michael Vogt

Merge pull request #6628 from stolowski/snapshot-auto-flag

overlord/snapshotstate: support auto flag (automatic snapshots 1/N)