Merge lp:~sergiusens/jenkins-launchpad-plugin/touch-image-builder into lp:~canonical-ci-engineering/jenkins-launchpad-plugin/touch-image-builder

Proposed by Sergio Schvezov
Status: Merged
Approved by: Francis Ginther
Approved revision: 12
Merged at revision: 13
Proposed branch: lp:~sergiusens/jenkins-launchpad-plugin/touch-image-builder
Merge into: lp:~canonical-ci-engineering/jenkins-launchpad-plugin/touch-image-builder
Diff against target: 15 lines (+4/-1)
1 file modified
build-android.sh (+4/-1)
To merge this branch: bzr merge lp:~sergiusens/jenkins-launchpad-plugin/touch-image-builder
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+200720@code.launchpad.net

This proposal supersedes a proposal from 2014-01-07.

To post a comment you must log in.
12. By Sergio Schvezov

Making build more verbose and easier to read

Revision history for this message
Francis Ginther (fginther) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-android.sh'
2--- build-android.sh 2013-12-18 20:44:38 +0000
3+++ build-android.sh 2014-01-07 19:05:38 +0000
4@@ -58,7 +58,10 @@
5 build_device() {
6 echo Building $1
7 create_build_stamp $1
8- brunch $1
9+ breakfast $1
10+ # The -j1 is only for debugging now
11+ make -j1 showcommands bacon BUILD_WITH_COLORS=0
12+
13 if [ $? != 0 ]
14 then
15 echo Build for $1 failed

Subscribers

People subscribed via source and target branches