lp://staging/~lazypower/charms/trusty/mariadb/replace-bintar-with-repository
Created by
Charles Butler
and last modified
- Get this branch:
- bzr branch lp://staging/~lazypower/charms/trusty/mariadb/replace-bintar-with-repository
Only
Charles Butler
can upload to this branch. If you are
Charles Butler
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Daniel Bartholomew: Approve
-
Diff: 3588 lines (+3005/-333)24 files modifiedENTERPRISE-LICENSE.md (+72/-0)
README.md (+13/-1)
charm-helpers.yaml (+6/-0)
config.yaml (+17/-1)
hooks/config-changed (+70/-64)
hooks/install (+57/-177)
lib/charmhelpers/core/fstab.py (+118/-0)
lib/charmhelpers/core/hookenv.py (+540/-0)
lib/charmhelpers/core/host.py (+396/-0)
lib/charmhelpers/core/services/__init__.py (+2/-0)
lib/charmhelpers/core/services/base.py (+313/-0)
lib/charmhelpers/core/services/helpers.py (+243/-0)
lib/charmhelpers/core/sysctl.py (+34/-0)
lib/charmhelpers/core/templating.py (+52/-0)
lib/charmhelpers/fetch/__init__.py (+416/-0)
lib/charmhelpers/fetch/archiveurl.py (+145/-0)
lib/charmhelpers/fetch/bzrurl.py (+54/-0)
lib/charmhelpers/fetch/giturl.py (+48/-0)
lib/charmhelpers/payload/__init__.py (+1/-0)
lib/charmhelpers/payload/archive.py (+57/-0)
lib/charmhelpers/payload/execd.py (+50/-0)
scripts/charm_helpers_sync.py (+223/-0)
tests/10-deploy-and-upgrade (+78/-0)
tests/10-deploy-test.py (+0/-90)
Branch information
- Owner:
- Charles Butler
- Status:
- Development
Recent revisions
- 25. By Charles Butler
-
Refactoring the install hook, and changing some of the installation logic in config-changed wrt setting the root password
- 24. By Charles Butler
-
moves install hook to python based hook with apt installer and config-changed proof fixes and dconf routine
- 18. By Charles Butler
-
[s=lazypower] Tweaks test timeout for breathing room, removes un-necessary hooks
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)