lp://staging/~teknico/charm-helpers/lint-fixes
- Get this branch:
- bzr branch lp://staging/~teknico/charm-helpers/lint-fixes
Branch merges
- James Page: Abstain
- Matthew Wedgwood: Pending requested
-
Diff: 1224 lines (+172/-156)22 files modifiedREADME.test (+3/-0)
bin/contrib/saltstack/salt-call (+3/-2)
charmhelpers/cli/commands.py (+2/-2)
charmhelpers/cli/host.py (+2/-1)
charmhelpers/core/hookenv.py (+33/-32)
charmhelpers/core/host.py (+19/-19)
charmhelpers/fetch/__init__.py (+18/-16)
charmhelpers/fetch/archiveurl.py (+5/-4)
charmhelpers/fetch/bzrurl.py (+9/-7)
charmhelpers/payload/__init__.py (+3/-1)
charmhelpers/payload/archive.py (+3/-2)
charmhelpers/payload/execd.py (+2/-1)
tests/contrib/hahelpers/test_ceph_utils.py (+3/-3)
tests/core/test_hookenv.py (+4/-4)
tests/core/test_host.py (+7/-6)
tests/fetch/test_archiveurl.py (+4/-2)
tests/fetch/test_bzrurl.py (+3/-5)
tests/fetch/test_fetch.py (+12/-14)
tests/payload/test_archive.py (+6/-4)
tests/payload/test_execd.py (+6/-4)
tests/tools/test_charm_helper_sync.py (+19/-19)
tools/charm_helpers_sync/charm_helpers_sync.py (+6/-8)
Branch information
Recent revisions
- 72. By Matthew Wedgwood
-
Tools for exposing helpers on the command-line.
One of the initial goals of charm-helpers was not only to make a standard set
of tools for use in charms, but to make those tools available for use in charms
written in any language. This changeset introduces tools, namely decorators,
that allow helpers to be exposed as standard command-line programs.We introduce the "chlp" command through which helpers are exposed as sub-
commands. Some trivial subcommands are included as examples, and many more
helpers will be exposed in future releases. - 70. By Matthew Wedgwood
-
[jacekn] Helper for purging apt packages. Bzr repo support for fetch.
Include a helper that allows purging of apt package from a host.
Add a BzrFetchHandler class for fetching bzr repos to the unit.
- 68. By Adam Gandelman
-
charm_helpers_sync: Merge sync hints to allow including non-py files during sync.
- 66. By Liam Young
-
[gandelman-a] Fixes all remaining lint issues, so we can start hopefully gating on Checking for Python syntax...
OK == 0
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charm-helpers