Merge lp:~ubuntu-core-dev/ubuntu-ui-toolkit/parallel into lp:ubuntu-ui-toolkit

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 964
Merged at revision: 1054
Proposed branch: lp:~ubuntu-core-dev/ubuntu-ui-toolkit/parallel
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 14 lines (+2/-2)
1 file modified
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~ubuntu-core-dev/ubuntu-ui-toolkit/parallel
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Zoltan Balogh Approve
Review via email: mp+209017@code.launchpad.net

Commit message

Build in parallel by default.

Description of the change

Build in parallel by default.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

OK

review: Approve
964. By Dimitri John Ledkov

merge trunk

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

merged trunk

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2014-03-17 08:53:32 +0000
3+++ debian/rules 2014-03-19 10:28:37 +0000
4@@ -16,8 +16,8 @@
5 endif
6
7 override_dh_build:
8- dh_auto_build
9- dh_auto_build -- docs
10+ dh_auto_build --parallel
11+ dh_auto_build --parallel -- docs
12
13 override_dh_install:
14 mkdir -p debian/tmp/`qmake -query QT_INSTALL_DOCS`/qch

Subscribers

People subscribed via source and target branches

to status/vote changes: