Merge lp:~mariusko/charms/precise/node-app/trunk into lp:charms/node-app

Proposed by Marius B. Kotsbak
Status: Merged
Merged at revision: 33
Proposed branch: lp:~mariusko/charms/precise/node-app/trunk
Merge into: lp:charms/node-app
Diff against target: 11 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
To merge this branch: bzr merge lp:~mariusko/charms/precise/node-app/trunk
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+155618@code.launchpad.net

Description of the change

Fix of LP: #1160590.

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM!

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 2013-02-21 11:40:29 +0000
3+++ hooks/install 2013-03-26 21:25:24 +0000
4@@ -19,7 +19,7 @@
5 juju-log "Installing node..."
6 add-apt-repository ppa:chris-lea/node.js
7 apt-get update
8- apt-get -y install -qq nodejs nodejs-dev build-essential npm curl
9+ apt-get -y install -qq nodejs build-essential curl
10 }
11 [[ -x /usr/bin/node ]] || install_node
12

Subscribers

People subscribed via source and target branches