summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2015-11-02 23:57:12 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2015-11-02 23:57:12 +0300
commit04453cff0943cf0208d351f619b054c8b9f615be (patch)
tree74b05a85756f304d8282f991c10672f55b0e4feb
parente8b12f9ecfa702cfc6e4b2eed605e4ab1d41685f (diff)
setup_lib: lit_install(): Links bitrotted, use Trusty packages.
-rwxr-xr-xnode/setup_lib15
1 files changed, 8 insertions, 7 deletions
diff --git a/node/setup_lib b/node/setup_lib
index 864a7c4..2cbe3b5 100755
--- a/node/setup_lib
+++ b/node/setup_lib
@@ -61,13 +61,14 @@ git_config()
# https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production
lit_install()
{
- VERSION='2013.09-0ubuntu1~linaro1'
- DOWNLOAD_URL="https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production/+files/"
- LIT_DEB="linaro-image-tools_${VERSION}_all.deb"
- PYTHON_LIT="python-linaro-image-tools_${VERSION}_all.deb"
- wget "${DOWNLOAD_URL}${LIT_DEB}" "${DOWNLOAD_URL}${PYTHON_LIT}"
- dpkg -i --force-all ${LIT_DEB} ${PYTHON_LIT}
- rm -f ${LIT_DEB} ${PYTHON_LIT}
+# VERSION='2013.09-0ubuntu1~linaro1'
+# DOWNLOAD_URL="https://launchpad.net/~linaro-infrastructure/+archive/ubuntu-build-production/+files/"
+# LIT_DEB="linaro-image-tools_${VERSION}_all.deb"
+# PYTHON_LIT="python-linaro-image-tools_${VERSION}_all.deb"
+# wget "${DOWNLOAD_URL}${LIT_DEB}" "${DOWNLOAD_URL}${PYTHON_LIT}"
+# dpkg -i --force-all ${LIT_DEB} ${PYTHON_LIT}
+# rm -f ${LIT_DEB} ${PYTHON_LIT}
+ apt-get install linaro-image-tools python-linaro-image-tools
}
ca_certificates_install()