Merge lp:~paulgear/charms/precise/wordpress/fix-git-submodules into lp:charms/wordpress

Proposed by Paul Gear
Status: Merged
Merged at revision: 77
Proposed branch: lp:~paulgear/charms/precise/wordpress/fix-git-submodules
Merge into: lp:charms/wordpress
Diff against target: 11 lines (+1/-0)
1 file modified
hooks/install (+1/-0)
To merge this branch: bzr merge lp:~paulgear/charms/precise/wordpress/fix-git-submodules
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Adam Israel (community) Approve
Review via email: mp+232962@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Adam Israel (aisrael) wrote :

Hi Paul, thanks for submitting this merge for review. I've successfully tested the change. +1 from me.

review: Approve
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2014-04-21 04:44:59 +0000
3+++ hooks/install 2014-09-02 02:37:51 +0000
4@@ -44,6 +44,7 @@
5 cd /usr/src/wp-cli
6 # 20120926: v0.6.0 is confirmed working, so use it rather than alpha.
7 git reset --hard v0.6.0
8+ sed -ie 's/git:\/\//https:\/\//g' .gitmodules
9 git submodule update --init
10 utils/dev-build
11 )

Subscribers

People subscribed via source and target branches

to all changes: