~chad.smith/cloud-init:install-ci-deps

Last commit made on 2017-05-08
Get this branch:
git clone -b install-ci-deps https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
install-ci-deps
Repository:
lp:~chad.smith/cloud-init

Recent commits

cb95cf1... by Chad Smith

rework brpm to accept optional --builddir directory instead of tempdir

b24569a... by Chad Smith

use cloud-init-builddev prefix on tempdir created for bdeb

f7f80dd... by Chad Smith

add ability to specific --builddir instead of tmpdir for the deb build destination.

11fcadd... by Chad Smith

Merge remote-tracking branch 'chad.smith/make-deb-cleanup'

4f0f171... by Paul Meyer

fs_setup: if cmd is specified, use shell interpretation.

If 'cmd' is provided to a fs_setup entry, then cloud-init was trying
to execute the rendered string as a single name, rather than
splitting the string. The change here will pass the string to
shell for interpretation so that it is split there.

Also fix some documentation errors and warn when fs_opts or overwrite
is provided along with 'cmd'.

LP: #1687712

99faf3e... by Ryan Harper

doc: document network configuration defaults policy and formats.

Add documentation for cloud-init networking configuration formats, default
behavior, policy and other specific details about how network config is
consumed and utilized.

653fda9... by Felix Dreissig

Fix name of "uri" key in docs for "cc_apt_configure" module

The key is called "uri", not "url". This is what's used throughout the
examples and also what works in practice (verified on Ubuntu 16.10).
This also slightly improves formatting of the key names in the
related documentation.

2796dab... by Joshua Powers

tests: Enable artful

8be6073... by Chad Smith

move cloud-util deps calculation inside write_debian_folder where it belongs

ac4ff5e... by Chad Smith

remove pkgmap and drop STD_NAMED_PACKAGES from bddeb as all standard named packages will be prefaces w/ python- or python3-. Move pyver variable inside write_debian_folder