~snappy-dev/snapd/+git/snapd-pawel:preseed-squashfs-fix

Last commit made on 2020-05-27
Get this branch:
git clone -b preseed-squashfs-fix https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
preseed-squashfs-fix
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

0c1a52c... by Paweł Stołowski

Add docstring to actualFsTypeAndMountOptions function.

49838ca... by Paweł Stołowski

Do not return error from actualFsTypeAndMountOptions (it's always nil) either.

4ac37cf... by Paweł Stołowski

Simplify FsType() and do not return error since it's always nil (thanks pedronis).

eac82c1... by Paweł Stołowski

Merge branch 'master' into preseed-squashfs-fix

0ca2885... by Ian Johnson

snap,many: mv Open to snapfile pkg to support add'l options to Container methods (#8729)

We want to eventually expand Container to take an options struct to Install()
for example, which means that the squashfs and snapdir implementations need to
import "snap" pkg to understand that option struct, but this would lead to an
import cycle since the "snap" pkg also imports squashfs and snapdir packages
directly.

The solution is to make "snap" pkg not import the squashfs and snapdir packages
and instead have Open and the formats listing live in another package so that
the formats will always get loaded by just using Open() directly. The new
snapfile package is where Open lives and it imports "snap", the squashfs
and snapdir packages without import cycles.

This requires numerous changes across the codebase to use snapfile.Open now.

aeb758e... by Michael Vogt

Merge pull request #8721 from mvo5/uc20-gadget-cfg-d-revert

devicestate, sysconfig: revert support for cloud.cfg.d/ in the gadget

3c78ce4... by Michael Vogt

Merge pull request #8723 from mvo5/tests-remove-workaround-cache-action-issue-133

github: remove workaround for bug 133 in actions/cache

98048c5... by Zygmunt Krynicki

Merge pull request #8719 from zyga/tweak/dbus-sh-sunset

tests: remove dbus.sh

1b6a403... by Paweł Stołowski

Rename actualFs to actualFsTypeAndMountOptions and fsOptions to fsMountOptions; determine actual fs type right before it's needed to run mount command (thanks pedronis).

4ee001a... by Paweł Stołowski

Change confusing printing of sorted mountpoints (thanks pedronis).