Merge lp:~fginther/charms/trusty/core-image-watcher/add-u-d-f into lp:~canonical-ci-engineering/charms/trusty/core-image-watcher/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Celso Providelo
Approved revision: 3
Merged at revision: 3
Proposed branch: lp:~fginther/charms/trusty/core-image-watcher/add-u-d-f
Merge into: lp:~canonical-ci-engineering/charms/trusty/core-image-watcher/trunk
Diff against target: 20 lines (+2/-2)
1 file modified
hooks/actions.py (+2/-2)
To merge this branch: bzr merge lp:~fginther/charms/trusty/core-image-watcher/add-u-d-f
Reviewer Review Type Date Requested Status
Celso Providelo (community) Approve
Evan (community) Approve
Review via email: mp+254424@code.launchpad.net

Commit message

Add ubuntu-device-flash from ppa:canonical-ci-engineering/u-services.

Description of the change

Add ubuntu-device-flash from ppa:canonical-ci-engineering/u-services.

To post a comment you must log in.
Revision history for this message
Evan (ev) :
review: Approve
Revision history for this message
Celso Providelo (cprov) wrote :

Thanks for fixing this.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/actions.py'
--- hooks/actions.py 2015-03-25 04:34:37 +0000
+++ hooks/actions.py 2015-03-27 16:24:21 +0000
@@ -11,7 +11,7 @@
11SERVICE_NAME = 'core-image-watcher'11SERVICE_NAME = 'core-image-watcher'
12SERVICE_CONFIGNAME = 'core-service.conf'12SERVICE_CONFIGNAME = 'core-service.conf'
13REQUIRED_PACKAGES = [13REQUIRED_PACKAGES = [
14 'python-virtualenv', 'python3-dev',14 'python-virtualenv', 'python3-dev', 'ubuntu-device-flash',
15]15]
1616
17config = hookenv.config()17config = hookenv.config()
@@ -33,7 +33,7 @@
3333
34def install_packages(service_name):34def install_packages(service_name):
35 hookenv.log('Installing dependencies...')35 hookenv.log('Installing dependencies...')
36 fetch.add_source('ppa:canonical-ci-engineering/ci-airline-phase-0')36 fetch.add_source('ppa:canonical-ci-engineering/u-services')
37 fetch.configure_sources(update=True)37 fetch.configure_sources(update=True)
38 fetch.apt_install(REQUIRED_PACKAGES, fatal=True)38 fetch.apt_install(REQUIRED_PACKAGES, fatal=True)
3939

Subscribers

People subscribed via source and target branches