~mvo/snapd/+git/snapd-mvo:no-bootloader-dir

Last commit made on 2019-07-19
Get this branch:
git clone -b no-bootloader-dir https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
no-bootloader-dir
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

70c13f1... by Michael Vogt

boot,bootloader: add new s.bootdir to the testsuite and use it

a900bb3... by Michael Vogt

bootloader: remove "Dir()" from Bootloader interface

The Bootloader.Dir() method is no longer needed and can be removed.
It used to be used to extract kernel assets but that is now part
of the Bootloader interface so expect for test code nothing is
using "Dir()" anymore. The extraction of boot assets is now done
via the Bootloader interface directly.

Note that Dir() also does not make sense for bootloaders that work
inside partitions (like littleKernel).

1688655... by Samuele Pedroni

overlord: mostly stop needing Kernel/CoreInfo, make GadgetInfo consider a DeviceContext

In a world with remodeling there might be more than one kernel, gadget etc on the device, one for the current model and one for model to-be. So the <deviceSnap>Info helpers are misleading.

These changes clean up things in the area, remove Kernelnfo, and make GadgetInfo and derived helpers take a DeviceContext.

In the same context these make CoreInfo internal only to snapstate. Because "core" vs "snapd" as system snap, new code shouldn't take "core" as preeminent.

37f38b7... by Samuele Pedroni

fix error handling to match previous behavior

some clean-ups

0afcd5f... by Samuele Pedroni

make GadgetInfo and derived helper take a DeviceContext

b07cfb5... by Michael Vogt

Merge pull request #7098 from stolowski/snapctl-set-excl

snapctl: handle unsetting of config options with "!"

b997b51... by Michael Vogt

Merge pull request #7099 from sergiocazzolato/tests-fix-base-migration

tests: move core migration snaps to tests/lib/snaps dir

f3f451f... by Michael Vogt

Merge pull request #7096 from stolowski/snap-set-excl

cmd/snap: handle unsetting of config options with "!"

009019f... by Michael Vogt

Merge pull request #6878 from chipaca/health-checks-info

cmd/snap, etc: add health to 'snap list' and 'snap info'

7ee3f5e... by Michael Vogt

tests: fix indent in tests/lib/snaps/snapctl-hooks/meta/hooks/configure