Merge lp:~brad-marshall/charms/trusty/folder-swift-sync/run-one-install into lp:~canonical-bootstack/charms/trusty/folder-swift-sync/trunk

Proposed by Brad Marshall
Status: Merged
Merged at revision: 7
Proposed branch: lp:~brad-marshall/charms/trusty/folder-swift-sync/run-one-install
Merge into: lp:~canonical-bootstack/charms/trusty/folder-swift-sync/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
hooks/hooks (+1/-0)
To merge this branch: bzr merge lp:~brad-marshall/charms/trusty/folder-swift-sync/run-one-install
Reviewer Review Type Date Requested Status
Xav Paice (community) Approve
Review via email: mp+322805@code.launchpad.net

Description of the change

Add install of the run-one package

To post a comment you must log in.
Revision history for this message
Xav Paice (xavpaice) 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/hooks'
2--- hooks/hooks 2016-05-10 05:20:43 +0000
3+++ hooks/hooks 2017-04-20 02:57:44 +0000
4@@ -21,6 +21,7 @@
5 @hooks.hook('start', 'install', 'config-changed')
6 def install():
7 apt_install('python-swiftclient', fatal=True)
8+ apt_install('run-one', fatal=True)
9 files_dir = os.path.join(os.environ["CHARM_DIR"], "files")
10 for fname in os.listdir(files_dir):
11 d = fname.split('_')[0]

Subscribers

People subscribed via source and target branches