~snappy-dev/snapd/+git/snapd-pawel:persistent-journal-warn

Last commit made on 2020-05-26
Get this branch:
git clone -b persistent-journal-warn https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
persistent-journal-warn
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

9afdafe... by Paweł Stołowski

Merge branch 'master' into persistent-journal-warn

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.

2e4a5fa... by Michael Vogt

Merge pull request #8508 from mvo5/bboozzoo/github-cache-test-results-2

github: run all spread systems in a single go with cached results

a1ffc32... by Zygmunt Krynicki

Merge pull request #8717 from zyga/tweak/session-tool-cli

test: session-tool cli tweaks