Merge lp:~milo/linaro-ci/bug1034288 into lp:linaro-ci
Proposed by
Milo Casagrande
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 98 | ||||
Proposed branch: | lp:~milo/linaro-ci/bug1034288 | ||||
Merge into: | lp:linaro-ci | ||||
Diff against target: |
48 lines (+15/-1) 3 files modified
node/setup-oneiric-node (+1/-0) node/setup-precise-node (+1/-0) node/setup_lib (+13/-1) |
||||
To merge this branch: | bzr merge lp:~milo/linaro-ci/bug1034288 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Fathi Boudra | Approve | ||
Deepti B. Kalakeri | Pending | ||
Paul Sokolovsky | Pending | ||
Linaro Infrastructure | Pending | ||
Review via email:
|
Description of the change
The MP adds a new function in the setup_lib bash file, in order to install more recent version of Linaro Image Tools.
Updated also the node scripts.
To post a comment you must log in.
Some minor fixes: 1-0ubuntu1~ linaro1 URL}${DEB_ FILE} ${DOWNLOAD_ URL}${PYTHON_ LIT}"
1) Add the function call where we need it (Oneiric/Precise node). Skip Natty node for now.
2) Rename install_lit to lit_install for consistency with live_build_install.
3) Call the function between live_build_install and git_config, to keep the packages installation block together.
4) VERSION should contains the debian version i.e. 2012.09.
5) use a single wget i.e. wget "${DOWNLOAD_
Thanks!