Merge lp:~fginther/charms/trusty/core-image-tester/add-ppa into lp:~canonical-ci-engineering/charms/trusty/core-image-tester/trunk

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

Commit message

Use ppa:canonical-ci-engineering/u-services for autopkgtest.

Description of the change

Use ppa:canonical-ci-engineering/u-services for autopkgtest.

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) :
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:36:21 +0000
+++ hooks/actions.py 2015-03-27 18:36:48 +0000
@@ -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