~snappy-dev/snapd/+git/snapd-pawel:snapd-refresh-fail-unit-test

Last commit made on 2020-10-23
Get this branch:
git clone -b snapd-refresh-fail-unit-test https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
snapd-refresh-fail-unit-test
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

f56e8f8... by Paweł Stołowski

Fix go fmt error.

d37ad85... by Paweł Stołowski

Use "channel-for-base/stable" for some-snap.

bf434ea... by Paweł Stołowski

Add a unit test that verifies a refresh of some snap, a base and snapd doesn't undo base and snapd if some-snap fails.

b2e238d... by Sergio Cazzolato

Merge pull request #9519 from sergiocazzolato/tests-move-systems-helper-part1

tests: moving the lib section from systems.sh helper to os.query tool

6c664b8... by Sergio Cazzolato

Merge remote-tracking branch 'upstream/master' into tests-move-systems-helper-part1

4cd9f9d... by Sergio Cazzolato

Merge pull request #9529 from anonymouse64/bugfix/uc20-create-partitions-no-grub-from-gadget

tests/uc20-create-partitions: don't check for grub.cfg

036ae35... by Ian Johnson

tests/uc20-create-partitions: don't check for grub.cfg

The grub.cfg file is deployed by snap prepare-image, it is not contained in the
pc gadget anymore, so we will not see it here when we mount the gadget dir.

Signed-off-by: Ian Johnson <email address hidden>

299f617... by Sergio Cazzolato

Check the spread system var

This is needed because as we create the ubuntu core image as part of the
suite preparation, when we check if it is a core system during that
process the /etc/os-release file contains the base system info.

3b339d8... by Maciej Borzecki

Merge pull request #9525 from bboozzoo/bboozzoo/opensuse-static-build-fix

packaging: make sure that static binaries are indeed static, fix openSUSE

e3ed8a3... by Maciej Borzecki

packaging: make sure that static binaries are indeed static, fix openSUSE

The openSUSE packaging is using snapd.mk for build. Make sure that we pass the
right flags to Go build so that an external linker is used for binaries that
need to be built statically.

Signed-off-by: Maciej Borzecki <email address hidden>