Merge lp:~milo/linaro-ci/lit-fix into lp:linaro-ci

Proposed by Milo Casagrande
Status: Merged
Merged at revision: 186
Proposed branch: lp:~milo/linaro-ci/lit-fix
Merge into: lp:linaro-ci
Diff against target: 12 lines (+1/-1)
1 file modified
jenkins_common_lib (+1/-1)
To merge this branch: bzr merge lp:~milo/linaro-ci/lit-fix
Reviewer Review Type Date Requested Status
Fathi Boudra Approve
Linaro Infrastructure Pending
Review via email: mp+198742@code.launchpad.net

Description of the change

Fix how we get Linaro Image Tools using the new git server.

To post a comment you must log in.
Revision history for this message
Fathi Boudra (fboudra) wrote :

ship it!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins_common_lib'
2--- jenkins_common_lib 2013-10-05 17:58:55 +0000
3+++ jenkins_common_lib 2013-12-12 13:51:30 +0000
4@@ -172,7 +172,7 @@
5 latest_hwpack_name=`basename $latest_kernel`
6 python lci-build-tools/download_file $latest_kernel
7 rm -rf linaro-image-tools
8- bzr branch lp:linaro-image-tools
9+ git clone http://git.linaro.org/git/infrastructure/linaro-image-tools.git
10 new_hwpack_name=`python linaro-image-tools/linaro-hwpack-replace -t $latest_hwpack_name -p ./linux-image-${kernel_release}_*.deb -r linux-image -n $BUILD_NUMBER`
11 use_hwpack_name=`basename $new_hwpack_name`
12 echo HWPACK_NAME=$use_hwpack_name >> hwpack_info

Subscribers

People subscribed via source and target branches