~mvo/snapd/+git/snapd-mvo:image-cloudy

Last commit made on 2018-12-14
Get this branch:
git clone -b image-cloudy https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
image-cloudy
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

d79b561... by Michael Vogt

image: do not write empty etc/cloud

The `snap --prepare-image` command will currently look into the
gadget and create a /etc/cloud/cloud.cfg configuration if the
gadget contains a "cloud.conf" file in cloud-init format. But
even if there is no such file an empty /etc/cloud directory is
created.

This empty directory ends up on /writable/system-data/etc/cloud
and that will block the initial boot from populating that dir
with the data from the core18 /etc/cloud directory when this
dir is in "transition" mode in the /etc/system-image/writable-paths.

As a first step we should not create this /etc/cloud directory if
there is nothing in it. This means we will be able to revert:
https://github.com/snapcore/core18/pull/106

Once that is done we need to also support ds-identify.conf or
switch to a cloud.conf/ directory instead of the current file
only approach. The reason is that we do not want to merge the
cloud config from core18 and from the gadget as this is messy.
Instead it should either come from the gadget or from the core18.

15b5d3e... by Michael Vogt

debian: add placeholder 2.36.3 changelog

92212e6... by Zygmunt Krynicki

Merge pull request #6296 from sergiocazzolato/tests-run-upgrade-tests-on-diff-backend

tests: new backend used to run upgrade test suite

230f740... by Maciej Borzecki

travis: short circuit failures in static and unit tests travis job (#6299)

* travis: short cicruit failures in static and unit tests task

It's super annoying to have the Travis job execute all scripts, while the first
one has failed. This makes it hard to find out the failure that occurred in
--static checks as it doesn't really stand out and it followed by a couple of
pages of unit tests log.

4fea40f... by Zygmunt Krynicki

Merge pull request #6305 from zyga/fix/lp-1806761

cmd: automatically fix localized <option>s to <option>

52b43a6... by Zygmunt Krynicki

Merge pull request #6190 from zyga/feature/user-mount-ns-13

overlord/configstate,features: expose features to snapd tools

6a2be91... by Maciej Borzecki

Merge pull request #6285 from bboozzoo/bboozzoo/selinux-support-package

selinux: package to query SELinux status and verify/restore file contexts

3247e8a... by Michael Vogt

Merge pull request #6304 from mvo5/core18-use-is-active-in-firstboot

wrappers: use new systemd.IsActive in core18 early boot

ac3696f... by Zygmunt Krynicki

Merge remote-tracking branch 'origin/master' into feature/user-mount-ns-13

cf007b9... by Zygmunt Krynicki

features: simplify KnownFetures