~mvo/snapd/+git/snapd-mvo:release-2.39.pre1

Last commit made on 2019-04-18
Get this branch:
git clone -b release-2.39.pre1 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
release-2.39.pre1
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

cf8b61f... by Michael Vogt

packaging: release 2.39~pre1

0fa40c5... by Zygmunt Krynicki

Merge pull request #6746 from zyga/tweak/typedef-errors

cmd: typedef struct sc_error

dc0be59... by Michael Vogt

Merge pull request #6745 from sergiocazzolato/tests-fix-snap-connections

tests: make snap-connections test work on boards with snaps pre-installed

867c2c6... by Zygmunt Krynicki

cmd: typedef struct sc_error

The typedef allows us to use somewhat shorter variable and argument
definitions. Due to indent quirks it also changes the formatting of
pointers slightly.

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

d42cb07... by Zygmunt Krynicki

cmd/libsnap: make sc_error structure public

Hiding the structure doesn't give us much value. Yes, compile
dependencies are more complicated but that's about that.

Making the structure public will allow us to use typedefs and, in
consequence, shorter code lines.

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

94a4af8... by Sergio Cazzolato

Make snap-connections test work on boards with snaps pre-installed

This snap is failing in boards because some of them have snaps
pre-installed.

Log:
https://paste.ubuntu.com/p/9SXT5pKtQG/

099c8f6... by Michael Vogt

Merge pull request #6738 from mvo5/core16-core-test-fix

tests: check for /snap/core16/current in core16-provided-by-core

0f4950d... by Zygmunt Krynicki

tests: fix syntax error in here-doc (#6742)

I'm not sure why shellcheck was not picking it up.

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

e31cea9... by Michael Vogt

Merge pull request #6732 from mvo5/run-livepatch-harder

tests: run livepatch on 18.04 as well

ccef4d1... by Zygmunt Krynicki

cmd/snap-update-ns: rename variable "up" to "ctx" (#6736)

The up variable used to stand for "mount profile update" but during the
last review pass it was renamed to "mount update context", hence the
"ctx".

A few leftovers remained though, this patch renames them too.

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