~snappy-dev/snapd/+git/snapd-pawel:disable-lxd-test-1604

Last commit made on 2020-09-22
Get this branch:
git clone -b disable-lxd-test-1604 https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
disable-lxd-test-1604
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

70b3b2d... by Paweł Stołowski

Add reference to https://bugs.launchpad.net/snapd/+bug/1892468

eafba28... by Paweł Stołowski

Disable part of the lxd test completely on 16.04.

b81d9fe... by Paweł Stołowski

Merge pull request #9389 from stolowski/fix-snapshots-comment

o/snapshotstate: tweak comment regarding snapshot filename

c8cb026... by Paweł Stołowski

Tweak comment regarding snapshot filename.

7527dfa... by Michael Vogt

Merge pull request #9371 from stolowski/snapshots/improve-iter

o/snapstate: improve snapshot iteration

24d88ac... by Michael Vogt

snapshotstate: <sid>_<snap>.zip snapshot filenames with empty "<snap>" part are considered invalid

e01aae1... by Michael Vogt

snapshotstate: make msg about ignored snapshots a Noticf() again

98a4e7a... by Michael Vogt

Merge pull request #9388 from anonymouse64/feature/lk-cleanups

bootloader: lk cleanups

faa4161... by Sergio Cazzolato

Merge pull request #9380 from sergiocazzolato/tests-fix-kvm-reboots

tests: update to support nested kvm without reboots on UC20

a0b59f9... by Ian Johnson

bootloader/lkenv: fix typo

While this is exported, it is not currently used anywhere in Go, it merely
exists to keep API compatibility with the C code, which has an equivalent
definition for this, but does not have a typo in it.

This would be worse if the typo were in the C header file as we couldn't change
that without breaking clients like the various lk gadgets out there.

Signed-off-by: Ian Johnson <email address hidden>