Merge lp:~pwlars/checkbox/fix-autopilot-plainbox-path into lp:checkbox

Proposed by Paul Larson
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 4499
Merged at revision: 4499
Proposed branch: lp:~pwlars/checkbox/fix-autopilot-plainbox-path
Merge into: lp:checkbox
Diff against target: 11 lines (+1/-1)
1 file modified
checkbox-touch/Makefile (+1/-1)
To merge this branch: bzr merge lp:~pwlars/checkbox/fix-autopilot-plainbox-path
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+305837@code.launchpad.net

Description of the change

This should fix the recent autopilot job failure

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

It won't work in a near future when all projects will have their own repo.
+1 for the hotfix but to complete the transition to git, we'll have update the way we're provisioning the mini CI.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-touch/Makefile'
2--- checkbox-touch/Makefile 2016-07-13 08:07:30 +0000
3+++ checkbox-touch/Makefile 2016-09-15 14:04:37 +0000
4@@ -20,7 +20,7 @@
5 all:
6
7 autopilot:
8- ./get-libs
9+ ./get-libs --plainbox-path ../plainbox
10 chmod +x tests/autopilot/run
11 tests/autopilot/run
12

Subscribers

People subscribed via source and target branches