~lmd-jazzededtech/cloud-init/+git/cloud-init-1:oddbloke-travis-test

Last commit made on 2020-06-15
Get this branch:
git clone -b oddbloke-travis-test https://git.launchpad.net/~lmd-jazzededtech/cloud-init/+git/cloud-init-1
Only violethaze74@jazzededtech.com can upload to this branch. If you are violethaze74@jazzededtech.com please log in for upload directions.

Branch merges

Branch information

Name:
oddbloke-travis-test
Repository:
lp:~lmd-jazzededtech/cloud-init/+git/cloud-init-1

Recent commits

7161fdb... by Dan Watkins

quotes

81da9da... by Dan Watkins

first run at only caching if there are updates

6ec15d0... by Dan Watkins

refactor cache tarring code

f0d8dce... by Dan Watkins

.travis.yml: use $TRAVIS_BUILD_DIR for lxd_image caching

This makes us more robust, as our caching won't start breaking if other
parts of the Travis build change directory for us.

9912b00... by Dan Watkins

cli.rst: alphabetise devel subcommands and add net-convert to list (#430)

287bfca... by James Falcon <email address hidden>

Default to UTF-8 in /var/log/cloud-init.log (#427)

On a system with a non-utf8 default locale, the logger will silently
not log anything if the message contains an unsupported character.

318d154... by Dan Watkins

travis: cache the chroot we use for package builds (#429)

Prior to this change, we would debootstrap for every single integration
test run in Travis. This changes that, so we will store the chroot
created by debootstrap in Travis' cache, and use it if available. This
saves 2-3 minutes, or ~1/3rd of the integration test run time (which is
our longest run).

f3bd426... by Joshua Powers

test: fix all flake8 E126 errors (#425)

f083050... by Brian Candler

Fixes KeyError for bridge with no "parameters:" setting (#423)

Reason: commit ded1ec8 introduced a regression whereby a bridge with no "parameters:" setting caused a KeyError exception.

LP: #1879673

c6d09af... by chengcheng-chcheng <email address hidden>

When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get deployPkg enable-custom-scripts", the return code will be EX_UNAVAILABLE(69), on this condition, it should not take it as error. (#413)