~snappy-dev/snapd/+git/snapd-pawel:no-managers-build-packaging

Last commit made on 2020-05-26
Get this branch:
git clone -b no-managers-build-packaging https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
no-managers-build-packaging
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

598b1b1... by Paweł Stołowski

Avoid duplication in snapd.mk rule (thanks zyga).

ca3bc17... by Paweł Stołowski

Add comments claryfing TAGS vs SNAP_TAGS (thanks mvo).

77814f1... by Paweł Stołowski

Merge branch 'master' into no-managers-build-packaging

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

8b8066c... by Michael Vogt

Merge pull request #8704 from stolowski/preseed-mountpoint-checks

cmd/snap-preseed: improve mountpoint checks of the preseeded chroot (1/3)

e292972... by Michael Vogt

Merge pull request #8720 from zyga/tweak/show-ps-aux-in-debug

spread.yaml: add ps aux to debug section

e778152... by Michael Vogt

github: remove workaround for bug 133 in actions/cache

This removes the workaround for
https://github.com/actions/cache/issues/133
which should be fixed now.