Merge lp:~cprov/charms/trusty/adt-cloud-worker/u-services-ppa into lp:~canonical-ci-engineering/charms/trusty/adt-cloud-worker/trunk

Proposed by Celso Providelo
Status: Merged
Approved by: Celso Providelo
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~cprov/charms/trusty/adt-cloud-worker/u-services-ppa
Merge into: lp:~canonical-ci-engineering/charms/trusty/adt-cloud-worker/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
hooks/actions.py (+1/-1)
To merge this branch: bzr merge lp:~cprov/charms/trusty/adt-cloud-worker/u-services-ppa
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+258797@code.launchpad.net

Commit message

Switching to the *right* PPA for installing u-services dependencies.

Description of the change

Switching to the *right* PPA for installing u-services dependencies.

CI Phase-0 is obsolete for many historic reasons (old/broken version around).

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Change is good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/actions.py'
2--- hooks/actions.py 2015-04-27 19:03:16 +0000
3+++ hooks/actions.py 2015-05-11 16:32:15 +0000
4@@ -33,7 +33,7 @@
5
6 def install_packages(service_name):
7 hookenv.log('Installing dependencies...')
8- fetch.add_source('ppa:canonical-ci-engineering/ci-airline-phase-0')
9+ fetch.add_source('ppa:canonical-ci-engineering/u-services')
10 fetch.configure_sources(update=True)
11 fetch.apt_install(REQUIRED_PACKAGES, fatal=True)
12

Subscribers

People subscribed via source and target branches