Merge lp:~pwlars/charms/trusty/jenkins/pull-as-jenkins into lp:~canonical-ci-engineering/charms/trusty/jenkins/ubiquity

Proposed by Paul Larson
Status: Merged
Merged at revision: 45
Proposed branch: lp:~pwlars/charms/trusty/jenkins/pull-as-jenkins
Merge into: lp:~canonical-ci-engineering/charms/trusty/jenkins/ubiquity
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install.d/01_ubiquity_testing (+1/-1)
To merge this branch: bzr merge lp:~pwlars/charms/trusty/jenkins/pull-as-jenkins
Reviewer Review Type Date Requested Status
Joe Talbott (community) Approve
Review via email: mp+250376@code.launchpad.net

Description of the change

This is needed so that psivaa's change will work that updates the branch each time the test runs. So the branch needs to be owned by jenkins user.

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install.d/01_ubiquity_testing'
2--- hooks/install.d/01_ubiquity_testing 2015-02-19 02:43:26 +0000
3+++ hooks/install.d/01_ubiquity_testing 2015-02-19 20:21:05 +0000
4@@ -30,7 +30,7 @@
5 install -o jenkins -g jenkins -d ${JENKINS_HOME}/bin
6 install -o jenkins -g jenkins -d ${JENKINS_HOME}/isos
7 rm -rf ${JENKINS_HOME}/ubiquity
8-bzr branch ${UBIQUITY_BRANCH} ${JENKINS_HOME}/ubiquity
9+sudo -iu jenkins bzr branch ${UBIQUITY_BRANCH} ${JENKINS_HOME}/ubiquity
10 rm -rf ${JENKINS_HOME}/ubuntu-qa-tools
11 bzr branch lp:ubuntu-qa-tools ${JENKINS_HOME}/ubuntu-qa-tools
12 bzr cat lp:ubuntu-server-iso-testing/download-latest-test-iso.py > ${JENKINS_HOME}/bin/download-latest-test-iso.py

Subscribers

People subscribed via source and target branches