~mvo/snapd/+git/snapd-mvo:revert-pr-6933

Last commit made on 2019-07-18
Get this branch:
git clone -b revert-pr-6933 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
revert-pr-6933
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

64212b9... by Michael Vogt

Revert "snapd: ensure GOMAXPROCS is at least 2"

This reverts commit aa5f6e8f49bb9aa74d4de02cd5e5e086960bd1fe.

d7ffb62... by Michael Vogt

Revert "cmd/snap: tweak GOMAXPROCS comment"

This reverts commit 891242282a6b255dc8057697717f9d96c2f10a4a.

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