Merge lp:~psivaa/adt-cloud-worker/build-essential-for-trusty into lp:adt-cloud-worker

Proposed by Para Siva
Status: Merged
Approved by: Para Siva
Approved revision: 49
Merged at revision: 46
Proposed branch: lp:~psivaa/adt-cloud-worker/build-essential-for-trusty
Merge into: lp:adt-cloud-worker
Diff against target: 13 lines (+3/-0)
1 file modified
uci-nova (+3/-0)
To merge this branch: bzr merge lp:~psivaa/adt-cloud-worker/build-essential-for-trusty
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+258050@code.launchpad.net

Commit message

Install build-essential for trusty testbeds for packages like python-scipy

Description of the change

Install build-essential for trusty testbeds for packages like python-scipy

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

Tested and looks good. Can you please add a second comment line:

# build-essential was unintentionally added during trusty development and must be preserved

Will pre-approve.

review: Approve
49. By Para Siva

Add a comment about build-essential situ on trusty

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'uci-nova'
--- uci-nova 2015-04-28 03:13:30 +0000
+++ uci-nova 2015-05-01 17:49:30 +0000
@@ -276,6 +276,9 @@
276 - apt-get install -y linux-generic276 - apt-get install -y linux-generic
277 # some tests use a lot of /dev/random, avoid hangs277 # some tests use a lot of /dev/random, avoid hangs
278 - apt-get install -y haveged278 - apt-get install -y haveged
279 # we need build-essential installed on trusty testbeds for some packages (e.g. python-scipy)
280 # build-essential was unintentionally added during trusty development and must be preserved
281 - if [ -n $(cat /etc/lsb-release | grep 'trusty') ]; then apt-get install -y build-essential; fi
279 # We need python to run the auxverb helper - install it iff it's missing:282 # We need python to run the auxverb helper - install it iff it's missing:
280 - if ! sh -c 'type python3 >/dev/null 2>&1 || type python >/dev/null 2>&1'; then apt-get install -y --no-install-recommends python3-minimal; fi283 - if ! sh -c 'type python3 >/dev/null 2>&1 || type python >/dev/null 2>&1'; then apt-get install -y --no-install-recommends python3-minimal; fi
281 # Remove some packages we don't need284 # Remove some packages we don't need

Subscribers

People subscribed via source and target branches