~snappy-dev/snapd/+git/snapd-pawel:core18-defaults-no-rsyslog

Last commit made on 2020-08-28
Get this branch:
git clone -b core18-defaults-no-rsyslog https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
core18-defaults-no-rsyslog
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

1ce3703... by Paweł Stołowski

Do not set rsyslog.disable in core18 config defaults test as this service is not present on core18.
Since we evaluate all disabled services on snap set, this currently silently fails because of the peculiar beahvior of systemctl, which prints an error and returns exit=0 if --root= option is passed to 'disable' command.

19ea355... by Michael Vogt

Merge pull request #9225 from anonymouse64/feature/cloud-init-cleanups

many: cloud-init cleanups from previous PR's

3ad11d2... by Michael Vogt

Merge pull request #9218 from sergiocazzolato/tests-add-opensuse-leap-15-2

tests: running tests on opensuse leap 15.2

28eb9a6... by Maciej Borzecki

tests/lib/pkgdb: use zypper when installing local packages on openSUSE

Using zypper makes the dependencies to be pulled in automatically during
package installation.

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

eed10bf... by Maciej Borzecki

packaging/opensuse: add dependency on system-user-daemon

To use the system users feature, snapd expects the 'daemon' user to be present
in the system. Add a relevant dependency.

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

9266ef3... by Michael Vogt

Merge pull request #9232 from mvo5/diry-dirty-git

run-checks: check for dirty build tree too

07153f8... by Michael Vogt

run-checks: check for dirty build tree too

This commit errors early if we "dirty" the build tree during
the unit tests.

2818138... by Michael Vogt

Merge pull request #9233 from mvo5/update-secboot

vendor: run ./get-deps.sh to update the secboot hash

d4d57ff... by Sergio Cazzolato

Merge pull request #9231 from mvo5/listing-fix

tests: update listing test for "-dirty" versions

56cd246... by Michael Vogt

vendor: run ./get-deps.sh to update the secboot hash

The snap build of snapd produces a dirty git tree right now. This
leads to test failures in the listing test and is generally
undesired. This commit updates the hash of secboot to fix this.