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
=== modified file 'jenkins_common_lib'
--- jenkins_common_lib 2013-10-05 17:58:55 +0000
+++ jenkins_common_lib 2013-12-12 13:51:30 +0000
@@ -172,7 +172,7 @@
172 latest_hwpack_name=`basename $latest_kernel`172 latest_hwpack_name=`basename $latest_kernel`
173 python lci-build-tools/download_file $latest_kernel173 python lci-build-tools/download_file $latest_kernel
174 rm -rf linaro-image-tools174 rm -rf linaro-image-tools
175 bzr branch lp:linaro-image-tools175 git clone http://git.linaro.org/git/infrastructure/linaro-image-tools.git
176 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`176 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`
177 use_hwpack_name=`basename $new_hwpack_name`177 use_hwpack_name=`basename $new_hwpack_name`
178 echo HWPACK_NAME=$use_hwpack_name >> hwpack_info178 echo HWPACK_NAME=$use_hwpack_name >> hwpack_info

Subscribers

People subscribed via source and target branches