Merge lp:~veebers/juju-ci-tools/fix-simple-resource-install into lp:juju-ci-tools/repository

Proposed by Christopher Lee
Status: Merged
Merged at revision: 94
Proposed branch: lp:~veebers/juju-ci-tools/fix-simple-resource-install
Merge into: lp:juju-ci-tools/repository
Diff against target: 10 lines (+3/-0)
1 file modified
charms/simple-resource-http/hooks/install (+3/-0)
To merge this branch: bzr merge lp:~veebers/juju-ci-tools/fix-simple-resource-install
Reviewer Review Type Date Requested Status
Juju Release Engineering Pending
Review via email: mp+323357@code.launchpad.net

Commit message

Make sure python is installed for simple-resource-charm.

Description of the change

Make sure python is installed for simple-resource-charm.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charms/simple-resource-http/hooks/install'
2--- charms/simple-resource-http/hooks/install 2016-11-04 05:02:39 +0000
3+++ charms/simple-resource-http/hooks/install 2017-04-27 22:45:12 +0000
4@@ -1,3 +1,6 @@
5 #!/bin/sh
6
7+apt-get update
8+apt-get install -y python
9+
10 status-set maintenance "Installed" || true

Subscribers

People subscribed via source and target branches