~mvo/snapd/+git/snapd-mvo:command-from-snapd-2

Last commit made on 2019-04-30
Get this branch:
git clone -b command-from-snapd-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
command-from-snapd-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

5c87feb... by Michael Vogt

tests: remove snapd unpack dir after snap pack

0e917e4... by Michael Vogt

tests: use /tmp/snapd-unpack as unpack dir

d2ef42f... by Michael Vogt

cmd: fix gramar errors (thanks to John!)

d134968... by Michael Vogt

cmdutil: add missing unittest for running commans from the snapd snap

18bb09d... by Michael Vogt

tests: use "local" in repack_snapd_snap_with_deb_content

a8df267... by Michael Vogt

snapcraft.yaml: install only binaries/libs of xdelta3/squashfs-tools

69055d7... by Michael Vogt

tests: extract repack_snapd_snap_with_deb_content() helper

5952b6f... by Michael Vogt

cmdutil: move osutil.CommandFromCore to cmdutil.CommandFromSystemSnap

The osutil.CommandFromCore is not in the rightplace and it also does
not take the snapd snap into account. This commit moves it to the
cmd/cmdutil package (cannot be in cmd because of an import cycle
with cmd/snapinfo.go).

It also tweaks the arguments slightly (no need to pass the
snapMountDir anymore).

d4ccb59... by Michael Vogt

osutil: make CommandFromCore honor the snapd snap

The CommandFromCore helper is currently always looking at the
core snap. With the snapd snap we need to refactor it so that
it uses the snapd snap if available and just falls back to the
core snap.

This PR is a RFC with the minimal amount of code to do this and
some new integration tests. It also adds the xdelta3 and mksquashfs
tools to the snapd snap.

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>