~ernestl/+git/ernestl_build_snapd:master

Last commit made on 2023-10-18
Get this branch:
git clone -b master https://git.launchpad.net/~ernestl/+git/ernestl_build_snapd
Only Ernest Lotter can upload to this branch. If you are Ernest Lotter please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ernestl/+git/ernestl_build_snapd

Recent commits

6d1a3ce... by Sergio Cazzolato

tests: update snapd-testing-tools and fix nested workflow (#13287)

* Squashed 'tests/lib/external/snapd-testing-tools/' changes from 1c8efb77e1..510d95f429

510d95f429 add extra check for error in auto-refresh detection function
3289d4031b Try open the log with latin-1 encoding when utf-8 is not working
9db785499f improved how the tools are waiting for system reboot
2a5c4414a3 fix shellcheck errors
5e7b63883d Fixes for osquery and tests pkgs (#43)
4c9145e2ac support reboot waiting for auto-refresh
45768f5188 show changes in unknown status after refresh
8013c30c2a Remove support for ubuntu 22.10
b32b80bf54 Fix remote.rait-for test in bionic
5675c625e9 Enable fedora 38
55f4471957 Support for new oss
f2e88b357c New tool used to query spread json reports
cacd35ede0 utils/spread-shellcheck: explain disabled warnings (#42)
c82afb2dee Support --no-install-recommends parameter when installing dependencies with tests.pkgs
b84eea92e2 spread-shellcheck: fix quotes in environment variables (#41)
ab1e51c29f New comparison in os-query for core systems (#40)
e5ae22a5d4 systemd units can be overwritten
63540b845a Fix error messages in remote pull and push
75e8a426a5 make sure the unit is removed in tests.systemd test
9089ff5c02 Update tests to use the new tests.systemd stop-unit
44ecd5e56a Move tests.systemd stop-units to stop-unit
01a2a83b4b Update tests.systemd to have stop units as systemd.sh
162e93bd35 update tests.systemd CLI options to be the same than retry command
14aa43a405 new feature to re-run failed spread tests (#39)
604cb782db Fix shellcheck in systemd tool
bfc71082c8 Update the tests.systemd to allow parameters waiting for service status
8a2d0a99df Adding quiet tool and removing set +-x from tests.pkgs
d90935d2a4 A comment explaining about the default values for wait-for
3232c5dba7 Add support for ubuntu 23.04
a7164fba07 remove fedora 35 support, add fedora 37 support
89b9eb5301 Update systems supported
92bb6a0664 Include snap-sufix in the snaps.name tool

git-subtree-dir: tests/lib/external/snapd-testing-tools
git-subtree-split: 510d95f4292c9edbb292bcb4560c4fee98a3d01c

7ab5e25... by Valentin David

boot: update cmdline variables also when updating gadget

Since the cmdline variable will contain default arguments for
the edition, we need to update the variable if we change of edition.

33f5a54... by Valentin David

boot: only use variable snapd_full_cmdline_args

We know what are the default the default command line so that we can
compute measurement, so there is not much reason to use
`snapd_extra_cmdline_args`. Always using `snapd_full_cmdline_args`
will allow us to filter part of the default command line.

There is a potential bug when filtering all arguments, `grub.cfg` will
just revert to the all the default. We will need to fix it when we
introduce the filtering.

82b97ec... by Miguel Pires

aspects: support "number" type in aspect schemas (#13297)

* aspects: support floats in aspect schemas

Signed-off-by: Miguel Pires <email address hidden>

* aspects: correct doc comment

Signed-off-by: Miguel Pires <email address hidden>

---------

Signed-off-by: Miguel Pires <email address hidden>

4c84ca4... by Alfonso Sanchez-Beato

tests/kernel-revert-after-boot: modify installed kernel

Modify installed kernel instead of downloading it, this will speed up
the tests. Also, we cannot use pc-kernel from the edge channel anymore
as it is not signed now with Canonical keys.

1c8582f... by Alfonso Sanchez-Beato

tests/connected-after-reboot-revert: modify installed kernel

Modify installed kernel instead of downloading it, this will speed up
the tests. Also, we cannot use pc-kernel from the edge channel anymore
as it is not signed now with Canonical keys.

cc790fb... by Miguel Pires

aspects: map values cannot contain unexpected entries (#13286)

Signed-off-by: Miguel Pires <email address hidden>

1f2bb3d... by Alfonso Sanchez-Beato

tests/core-dump: check that core dumps can be generated on UC

As reference, see https://forum.snapcraft.io/t/core-dumps-in-snapd/920

61689da... by Ernest Lotter

Merge pull request #13301 from Meulengracht/changelogs-2.61

release: merge changelogs back into master

40847d1... by James Henstridge

wrappers: allow PrefersNonDefaultGPU and SingleMainWindow keys in desktop files

These are new additions in versions 1.4 and 1.5 of the Desktop Entry
Specification respectively.