~lutostag/juju-wait:deb-pkg-fixes

Last commit made on 2017-08-04
Get this branch:
git clone -b deb-pkg-fixes https://git.launchpad.net/~lutostag/juju-wait
Only Greg Lutostanski can upload to this branch. If you are Greg Lutostanski please log in for upload directions.

Branch merges

Branch information

Name:
deb-pkg-fixes
Repository:
lp:~lutostag/juju-wait

Recent commits

f0ec568... by Greg Lutostanski

fix: include juju-wait python scripts

e261e48... by Stuart Bishop

Bump version numbers to 2.6.2

54eaa50... by Stuart Bishop

Parse model config correctly, ignoring trailing newline.

1a60cbb... by Cory Johns

Fix model-config being called on 1.x

e395cfb... by Cory Johns

Fix model config not being compared correctly

ba37b36... by Stuart Bishop

Bump version numbers to 2.6.1

888af09... by Cory Johns

Fix "can only concatenate list" error when using -r

415770a... by Stuart Bishop

Bump versions to 2.6.0

59ed963... by Stuart Bishop

Automatic snap version

e07eec1... by Stuart Bishop

Allow Juju's hook retry mechanism to repair error states

When doing deployments, there is little alternative to dealing with
error states than retrying. Juju has made this the default behaviour,
where hook failures are retried repeatedly until they succeed. This
allows operators without the ability or interest in reporting and/or
fixing bugs to continue to use the buggy charm without manually
triggering the retries.

This branch adds an option to juju-wait to not report a failure until
a certain number of retry attempts have been made. This allows
automated or unattended deployment toos to persevere until the charm
bugs can be fixed.