Merge lp:~fginther/ubuntu-ci-services-itself/tarmac-add-CI_DEPS_LOCAL into lp:~canonical-ci-engineering/ubuntu-ci-services-itself/tarmac-config

Proposed by Francis Ginther
Status: Needs review
Proposed branch: lp:~fginther/ubuntu-ci-services-itself/tarmac-add-CI_DEPS_LOCAL
Merge into: lp:~canonical-ci-engineering/ubuntu-ci-services-itself/tarmac-config
Diff against target: 12 lines (+1/-1)
1 file modified
tarmac.conf (+1/-1)
To merge this branch: bzr merge lp:~fginther/ubuntu-ci-services-itself/tarmac-add-CI_DEPS_LOCAL
Reviewer Review Type Date Requested Status
Canonical CI Engineering Pending
Review via email: mp+220018@code.launchpad.net

Commit message

Add CI_DEPS_LOCAL=/home/ubuntu/projects/uci-deps before running tarmac.sh for lp:uci-engine.

Description of the change

Add CI_DEPS_LOCAL=/home/ubuntu/projects/uci-deps before running tarmac.sh for lp:uci-engine.

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

This has been hot-patched on the tarmac machine:
ubuntu@uci-tarmac:~/.config/tarmac$ bzr diff
=== modified file 'tarmac.conf'
--- tarmac.conf 2014-05-05 20:55:24 +0000
+++ tarmac.conf 2014-05-09 18:46:00 +0000
@@ -5,7 +5,7 @@
 tree_dir = /home/ubuntu/projects/uci-engine
 voting_criteria = Approve >=1
 commit_message_template = [r=<approved_by>] <commit_message> <bugs_fixed> from <author>
-verify_command = ./tarmac.sh
+verify_command = export CI_DEPS_LOCAL=/home/ubuntu/projects/uci-deps && ./tarmac.sh
 rejected_branch_status = Work in progress

 [lp:uci-nagios]

Unmerged revisions

6. By Francis Ginther

Add CI_DEPS_LOCAL=/home/ubuntu/projects/uci-deps before running tarmac.sh for lp:uci-engine.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tarmac.conf'
2--- tarmac.conf 2014-05-05 20:55:24 +0000
3+++ tarmac.conf 2014-05-19 12:17:35 +0000
4@@ -5,7 +5,7 @@
5 tree_dir = /home/ubuntu/projects/uci-engine
6 voting_criteria = Approve >=1
7 commit_message_template = [r=<approved_by>] <commit_message> <bugs_fixed> from <author>
8-verify_command = ./tarmac.sh
9+verify_command = export CI_DEPS_LOCAL=/home/ubuntu/projects/uci-deps && ./tarmac.sh
10 rejected_branch_status = Work in progress
11
12 [lp:uci-nagios]

Subscribers

People subscribed via source and target branches