~snappy-dev/snapd/+git/snapd-pawel:rename-services-tests

Last commit made on 2019-12-19
Get this branch:
git clone -b rename-services-tests https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
rename-services-tests
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

ffc745b... by Paweł Stołowski

Unify/rename services-related spread tests to start with services-*.

a40b10e... by Paweł Stołowski

Merge pull request #7686 from stolowski/prebaking/systemd-preseed-mode

systemd: handle preseed mode

Handle preseed mode in systemd package - that means some ops that are known to be invoked during preseeding should not invoke systemctl, but instead do some work manually (call mount, symlink the unit to enable it etc).

ec7445c... by Michael Vogt

Merge pull request #7941 from mvo5/core20-snap-boostrap-create-partitions-stderr

snap-bootstrap: read only stdout when parsing the sfdisk json

8d117f1... by Claudio Matsuoka

Merge pull request #7916 from Erick555/patch-1

interfaces/browser-support: add more product/vendor paths

6d90cd3... by Claudio Matsuoka

Merge pull request #7931 from mvo5/core20-make-bootable-uc16-bootvars

boot: write compat UC16 bootvars in makeBootable20RunMode

01a39ee... by Claudio Matsuoka

Merge pull request #7938 from mvo5/core20-snapstate-handlers-install-run-make-bootable-fixes

devicestate: avoid adding mockModel to deviceMgrInstallModeSuite

e82cdfc... by Michael Vogt

boot: add missing err check

6613a0b... by Michael Vogt

snap-bootstrap: read only stdout when parsing the sfdisk json

The sfdisk output may contain warnings on stderr. This is the case
for the qemu based spread test I'm working on. To avoid failing
completely in this case only parse the stdout output from sfdisk.

4119cb2... by Michael Vogt

Merge pull request #7932 from mvo5/core20-make-bootable-reboot

devicestate: request reboot after successful doSetupRunSystem()

cfd47ca... by Michael Vogt

Merge pull request #7933 from mvo5/core20-core-fixup-skip

snapd.core-fixup.sh: do not run on UC20 at all