launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #20247
[Merge] lp:~maxiberta/canonical-mojo-specs/fix-builddeps into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk
Maximiliano Bertacchini has proposed merging lp:~maxiberta/canonical-mojo-specs/fix-builddeps into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
Commit message:
Add missing turnip builddep.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~maxiberta/canonical-mojo-specs/fix-builddeps/+merge/292442
Add missing turnip builddep ("build-essential").
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~maxiberta/canonical-mojo-specs/fix-builddeps into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-git/manifests/build-and-publish-assets'
--- lp/mojo-lp-git/manifests/build-and-publish-assets 2015-12-09 14:03:54 +0000
+++ lp/mojo-lp-git/manifests/build-and-publish-assets 2016-04-20 20:53:46 +0000
@@ -1,5 +1,5 @@
# Build and publish the application asset for deployment.
-builddeps repos=ppa:launchpad/ppa packages=git,make,python-pip,python-virtualenv,python-dev,libffi-dev,libgit2-dev
+builddeps repos=ppa:launchpad/ppa packages=git,make,python-pip,python-virtualenv,python-dev,libffi-dev,libgit2-dev,build-essential
collect config=collect-payload
build config=build BRANCH=tip
script config=utils/publish-build-assets BRANCH=tip
Follow ups