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

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

Commit message

Make bzr a required package.

Description of the change

Install bzr as a required package for the charm.

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
1=== modified file 'hooks/actions.py'
2--- hooks/actions.py 2015-03-27 18:05:22 +0000
3+++ hooks/actions.py 2015-03-31 03:12:27 +0000
4@@ -11,7 +11,7 @@
5 SERVICE_NAME = 'core-image-tester'
6 SERVICE_CONFIGNAME = 'core-service.conf'
7 REQUIRED_PACKAGES = [
8- 'autopkgtest', 'python-novaclient', 'python-virtualenv', 'python3-dev',
9+ 'autopkgtest', 'bzr', 'python-novaclient', 'python-virtualenv', 'python3-dev',
10 ]
11
12 config = hookenv.config()

Subscribers

People subscribed via source and target branches

to all changes: