Merge lp:~cprov/charms/trusty/adt-result-checker/explicit-gcc into lp:~canonical-ci-engineering/charms/trusty/adt-result-checker/trunk

Proposed by Celso Providelo
Status: Merged
Approved by: Francis Ginther
Approved revision: 4
Merged at revision: 4
Proposed branch: lp:~cprov/charms/trusty/adt-result-checker/explicit-gcc
Merge into: lp:~canonical-ci-engineering/charms/trusty/adt-result-checker/trunk
Diff against target: 12 lines (+2/-1)
1 file modified
hooks/actions.py (+2/-1)
To merge this branch: bzr merge lp:~cprov/charms/trusty/adt-result-checker/explicit-gcc
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+256226@code.launchpad.net

Commit message

Installing 'gcc' explicitly because basenode turns apt 'recommends' off.

Description of the change

Installing 'gcc' explicitly because basenode turns apt 'recommends' off.

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

Approve.

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-19 03:47:38 +0000
3+++ hooks/actions.py 2015-04-14 21:17:04 +0000
4@@ -10,7 +10,8 @@
5
6
7 REQUIRED_PACKAGES = [
8- 'python-virtualenv', 'python3-dev']
9+ 'python-virtualenv', 'python3-dev', 'gcc',
10+]
11
12 config = hookenv.config()
13

Subscribers

People subscribed via source and target branches