← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~ubuntu-server/cloud-init:derived-repo-v3-new-apt-spec into cloud-init:master

 

The proposal to merge ~ubuntu-server/cloud-init:derived-repo-v3-new-apt-spec into cloud-init:master has been updated.

Commit Message changed to:

Apt: add new apt configuration format

This adds an improved apt configuration format that is fully backwards
compatible with previous behavior.  This is mostly copied from curtin's
implementation.

It does:
 * clean up and centralizes many of the top level 'apt_*' values that
   previously existed into a single top level 'apt'key.
 * support a 'source' in apt/sources/entry that has only a key
 * documents new features and adds tests.

See the added doc/examples/cloud-config-apt.txt for more information.

For more details, see:
https://code.launchpad.net/~ubuntu-server/cloud-init/+git/cloud-init/+merge/303190
-- 
Your team cloud init development team is requested to review the proposed merge of ~ubuntu-server/cloud-init:derived-repo-v3-new-apt-spec into cloud-init:master.


References