Merge lp://staging/~dave-cheney/charms/precise/wordpress/trunk into lp://staging/charms/wordpress
Proposed by
Dave Cheney
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 69 | ||||
Proposed branch: | lp://staging/~dave-cheney/charms/precise/wordpress/trunk | ||||
Merge into: | lp://staging/charms/wordpress | ||||
Diff against target: |
34 lines (+11/-7) 1 file modified
hooks/install (+11/-7) |
||||
To merge this branch: | bzr merge lp://staging/~dave-cheney/charms/precise/wordpress/trunk | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Ceppi (community) | Approve | ||
Review via email: mp+184243@code.staging.launchpad.net |
Description of the change
Fixes lp # 1064846
To post a comment you must log in.
This looks great, though you've removed the save_pwd bits, which is fine, but the hook needs to cd back to $CHARM_DIR or other hooks will fail when they call hooks/install inline. If you could add the cd back to $CHARM_DIR at the bottom of the hooks/install then I can merge this.