← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/1675185-no-apt-on-snappy into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/1675185-no-apt-on-snappy into cloud-init:master has been updated.

Commit Message changed to:

apt_configure: run only when needed.

the apt_configure module would fail to run on snappy as it
tries to write to unwritable paths.  Additionally, there is no apt 
there, so no point.

This skips running on ubuntu core by 'is_snappy', because the check
for apt will pass as there is a wrapper that prints out a warning
there.

LP: #1675185

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/321218
-- 
Your team cloud init development team is requested to review the proposed merge of ~smoser/cloud-init:bug/1675185-no-apt-on-snappy into cloud-init:master.


Follow ups