lp://staging/~dpb/charms/precise/apache2/avoid-regen-cert
Created by
David Britton
and last modified
- Get this branch:
- bzr branch lp://staging/~dpb/charms/precise/apache2/avoid-regen-cert
Only
David Britton
can upload to this branch. If you are
David Britton
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Marco Ceppi (community): Approve
- Jorge Niedbalski (community): Needs Fixing
-
Diff: 303 lines (+206/-16)4 files modifiedREADME.md (+2/-1)
hooks/hooks.py (+71/-15)
hooks/tests/test_balancer_hook.py (+9/-0)
hooks/tests/test_cert.py (+124/-0)
Related bugs
Bug #1302645: apache2 missing install dependency | Undecided | New | |
Bug #1322759: selfsigned cert should not be regenerated all the time | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- David Britton
- Status:
- Development
Recent revisions
- 54. By David Britton
-
README.md
- update development dependency list
hooks/hooks.py
- change apt_get_install to mention 'package' not 'packages'
- remove lint
- Add gen_selfsigned_cert(), is_selfsigned_ cert_stale( )
hooks/tests/test_balancer_ hook.py
- fix tests due to package list changing.
hooks/tests/test_cert. py
- New tests to cover cert generation/stale checks - 50. By Marco Ceppi
-
[davidpbritton] config_changed hooks failed without servername set due to programming error
- 49. By Tom Haddon
-
[liam,r=mthaddon] Fix typo which was causing servername to be thrown away if it was set
- 48. By Tom Haddon
-
[andreas,
r=mthaddon] Don't log all the config and relation data pieces as it can be quite a lot and overflow the command line size limit
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/apache2