~mvo/snapd/+git/snapd-mvo:snap-download-via-snapd-indirect-option

Last commit made on 2020-02-26
Get this branch:
git clone -b snap-download-via-snapd-indirect-option https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-download-via-snapd-indirect-option
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

255079c... by Michael Vogt

snap: update cmd_downlload.go to the new client API

3623aa7... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into snap-download-via-snapd-indirect-option

67c29d7... by Michael Vogt

Merge pull request #8188 from mvo5/uc20-spread-ubuntu-20.04

spread.yaml: make qemu ubuntu-core-20-64 use ubuntu-20.04-64

fef0245... by Michael Vogt

Merge pull request #8186 from zyga/tweak/confusing-gofmt

run-checks: SKIP_GMFMT really skips formatting checks

9b91e75... by Michael Vogt

Merge pull request #8140 from anonymouse64/feature/uc20-moar-tests

tests: enable more tests for UC20/UC18

8e4fe73... by Michael Vogt

Merge pull request #8183 from sergiocazzolato/tests-fix-security-private-tmp

tests: remove tmp dir for snap not-test-snapd-sh on security-private-tmp test

f4fe164... by Michael Vogt

Merge pull request #8189 from pedronis/seed-essential-types

seed,cmd/snap-bootstrap: introduce seed.Snap.EssentialType, simplify bootstrap code

9dbc68c... by Ian Johnson

Merge branch 'master' into feature/uc20-moar-tests

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

e51985c... by Samuele Pedroni

Merge remote-tracking branch 'upstream/master' into seed-essential-types

508565c... by Ian Johnson

Merge pull request #8193 from mvo5/snapd-failover-failsover

snapstate: do not restart in undoLinkSnap unless on first install

This commit does not restart snapd when undoing a snapd snap
that is not a first-install. Undoing at this point for regular
snapd failures causes the failover handling to break. The reason
is that the snapd snap is restarted before the fixed snapd.service
unit is written.