Merge lp://staging/~marcoceppi/charms/precise/wordpress/trunk into lp://staging/charms/wordpress
Proposed by
Marco Ceppi
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Mark Mims | ||||||||
Approved revision: | no longer in the source branch. | ||||||||
Merged at revision: | 55 | ||||||||
Proposed branch: | lp://staging/~marcoceppi/charms/precise/wordpress/trunk | ||||||||
Merge into: | lp://staging/charms/wordpress | ||||||||
Diff against target: |
2597 lines (+2340/-56) (has conflicts) 24 files modified
README.md (+152/-0) config.yaml (+26/-0) copyright (+1/-1) files/_debug/apc.php (+1364/-0) files/_debug/info.php (+3/-0) files/charm/nginx/etc_nginx_nginx.conf (+58/-0) files/charm/nginx/etc_nginx_sites-enabled_loadbalancer (+51/-0) files/charm/nginx/etc_nginx_sites-enabled_wordpress (+72/-0) files/charm/php/php5-fpm_pool.d_www.conf (+41/-0) files/charm/php/php5_conf.d_apc.ini (+13/-0) hooks/config-changed (+54/-0) hooks/db-relation-changed (+94/-46) hooks/db-relation-departed (+5/-0) hooks/install (+56/-1) hooks/loadbalancer-relation-joined (+124/-0) hooks/nfs-relation-changed (+28/-0) hooks/nfs-relation-departed (+20/-0) hooks/restart (+4/-0) hooks/start (+3/-0) hooks/stop (+5/-2) hooks/upgrade-charm (+11/-0) inc/common (+139/-0) metadata.yaml (+12/-6) revision (+4/-0) Text conflict in hooks/db-relation-changed Text conflict in metadata.yaml Text conflict in revision |
||||||||
To merge this branch: | bzr merge lp://staging/~marcoceppi/charms/precise/wordpress/trunk | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mark Mims (community) | Approve | ||
charmers | Pending | ||
Benjamin Kerensa | Pending | ||
Review via email: mp+120559@code.staging.launchpad.net |
This proposal supersedes a proposal from 2012-08-07.
Description of the change
There are a great many changes made to this charm, I will try to sum them up:
DO ALL THE THINGS THE OMGUBUNTU SITE DOES
Remove all the OMG! Ubuntu specific items
Allow for the use of NFS mounts to share data for lazy bloggers who are popular
Provide three configuration options for users: bare, single, optimized
To post a comment you must log in.
Looks sane to me.