Merge lp:~fboudra/linaro-ci/update-lit-2013.01 into lp:linaro-ci

Proposed by Fathi Boudra
Status: Merged
Approved by: Georgy Redkozubov
Approved revision: 130
Merged at revision: 130
Proposed branch: lp:~fboudra/linaro-ci/update-lit-2013.01
Merge into: lp:linaro-ci
Diff against target: 27 lines (+5/-1)
2 files modified
build-scripts/builddeb (+4/-0)
node/setup_lib (+1/-1)
To merge this branch: bzr merge lp:~fboudra/linaro-ci/update-lit-2013.01
Reviewer Review Type Date Requested Status
Georgy Redkozubov Approve
Review via email: mp+145336@code.launchpad.net

Description of the change

Update lit to 2013.01 release

To post a comment you must log in.
Revision history for this message
Georgy Redkozubov (gesha) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-scripts/builddeb'
2--- build-scripts/builddeb 2012-12-18 19:40:36 +0000
3+++ build-scripts/builddeb 2013-01-29 09:51:25 +0000
4@@ -286,6 +286,10 @@
5 mkdir -p "$tmpdir/lib/firmware/$version/device-tree"
6 cp arch/$ARCH/boot/*.dtb "$tmpdir/lib/firmware/$version/device-tree"
7 }
8+stat arch/$ARCH/boot/dts/*.dtb && {
9+ mkdir -p "$tmpdir/lib/firmware/$version/device-tree"
10+ cp arch/$ARCH/boot/dts/*.dtb "$tmpdir/lib/firmware/$version/device-tree"
11+}
12
13 cat <<EOF >> debian/control
14
15
16=== modified file 'node/setup_lib'
17--- node/setup_lib 2012-12-27 13:24:16 +0000
18+++ node/setup_lib 2013-01-29 09:51:25 +0000
19@@ -61,7 +61,7 @@
20 # https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production
21 lit_install()
22 {
23- VERSION='2012.12-0ubuntu1~linaro1'
24+ VERSION='2013.01-0ubuntu1~linaro1'
25 DOWNLOAD_URL="https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production/+files/"
26 LIT_DEB="linaro-image-tools_${VERSION}_all.deb"
27 PYTHON_LIT="python-linaro-image-tools_${VERSION}_all.deb"

Subscribers

People subscribed via source and target branches