lp://staging/~lutostag/charms/trusty/ci-configurator/python3
Created by
Greg Lutostanski
and last modified
- Get this branch:
- bzr branch lp://staging/~lutostag/charms/trusty/ci-configurator/python3
Only
Greg Lutostanski
can upload to this branch. If you are
Greg Lutostanski
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Jason Hobbs (community): Approve
-
Diff: 7098 lines (+2067/-2135)34 files modifiedcharm-helpers.yaml (+2/-2)
hooks/charmhelpers/__init__.py (+38/-0)
hooks/charmhelpers/canonical_ci/cron.py (+0/-61)
hooks/charmhelpers/canonical_ci/gerrit.py (+0/-274)
hooks/charmhelpers/canonical_ci/jenkins.py (+0/-37)
hooks/charmhelpers/canonical_ci/nrpe.py (+0/-66)
hooks/charmhelpers/canonical_ci/oil.py (+0/-16)
hooks/charmhelpers/canonical_ci/ssh.py (+0/-37)
hooks/charmhelpers/canonical_ci/volume.py (+0/-223)
hooks/charmhelpers/core/__init__.py (+15/-0)
hooks/charmhelpers/core/decorators.py (+57/-0)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/fstab.py (+0/-116)
hooks/charmhelpers/core/hookenv.py (+0/-498)
hooks/charmhelpers/core/host.py (+0/-329)
hooks/charmhelpers/core/hugepage.py (+71/-0)
hooks/charmhelpers/core/kernel.py (+68/-0)
hooks/charmhelpers/core/services/__init__.py (+18/-0)
hooks/charmhelpers/core/services/base.py (+353/-0)
hooks/charmhelpers/core/services/helpers.py (+292/-0)
hooks/charmhelpers/core/strutils.py (+72/-0)
hooks/charmhelpers/core/sysctl.py (+56/-0)
hooks/charmhelpers/core/templating.py (+81/-0)
hooks/charmhelpers/core/unitdata.py (+521/-0)
hooks/charmhelpers/fetch/__init__.py (+0/-340)
hooks/charmhelpers/fetch/archiveurl.py (+0/-63)
hooks/charmhelpers/fetch/bzrurl.py (+0/-50)
hooks/charmhelpers/fetch/giturl.py (+70/-0)
hooks/cihelpers/cron.py (+55/-0)
hooks/cihelpers/gerrit.py (+227/-0)
hooks/common.py (+3/-3)
hooks/gerrit.py (+9/-9)
hooks/hooks.py (+6/-3)
hooks/jjb.py (+8/-8)
Branch information
- Owner:
- Greg Lutostanski
- Status:
- Development
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)