Merge lp:~ev/ubuntu-ci-services-itself/more-tips into lp:ubuntu-ci-services-itself

Proposed by Evan
Status: Merged
Approved by: Chris Johnston
Approved revision: 281
Merged at revision: 284
Proposed branch: lp:~ev/ubuntu-ci-services-itself/more-tips
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 11 lines (+3/-0)
1 file modified
TRICKS (+3/-0)
To merge this branch: bzr merge lp:~ev/ubuntu-ci-services-itself/more-tips
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Chris Johnston (community) Approve
Review via email: mp+208557@code.launchpad.net

Commit message

Note about building the charms before deploying in the TRICKS file.

Description of the change

Note about building the charms before deploying in the TRICKS file.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:281
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~ev/ubuntu-ci-services-itself/more-tips/+merge/208557/+edit-commit-message

http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/244/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/244/rebuild

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

PASSED: Continuous integration, rev:281
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/246/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/246/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'TRICKS'
2--- TRICKS 2014-02-26 23:21:08 +0000
3+++ TRICKS 2014-02-27 09:32:15 +0000
4@@ -171,4 +171,7 @@
5 cheetah fill --env juju-deployer/configs/unit_config.yaml.tmpl -p > juju-deployer/configs/unit_config.yaml
6 cheetah fill --env juju-deployer/ticket-system.yaml.tmpl -p > juju-deployer/ticket-system.yaml
7
8+# Build charmhelpers where applicable.
9+for x in charms/precise/*; do (cd $x; [ -e Makefile ] && make); done
10+
11 JUJU_REPOSITORY=$(readlink -e charms) juju-deployer -v -W -c juju-deployer/ticket-system.yaml ci-airline-staging

Subscribers

People subscribed via source and target branches

to all changes: