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-03 16:32:25 +0300
commitd1c5ace677d136168955a7692d06ff5b2068e0c8 (patch)
tree9c1fd563572fe028cd180f851ef622116c5cfcc3
parente8b12f9ecfa702cfc6e4b2eed605e4ab1d41685f (diff)
setup-precise-node: Fix bitrot.
setup_lib: lit_install(): Links bitrotted, comment out, latest linaro-image-tools installed for builds which require it elsewhere. setup-precise-node: http://ci.linaro.org/~ubuntu/ inaccessible Change-Id: Ia984a973b5890b9db9c80c8955a93b0bd67b4c26
-rwxr-xr-xnode/setup-precise-node14
-rwxr-xr-xnode/setup_lib14
2 files changed, 14 insertions, 14 deletions
diff --git a/node/setup-precise-node b/node/setup-precise-node
index ef91417..cb03c67 100755
--- a/node/setup-precise-node
+++ b/node/setup-precise-node
@@ -91,13 +91,13 @@ echo 'server.bind = "localhost"' >> /etc/lighttpd/lighttpd.conf
lighty-enable-mod userdir
service lighttpd force-reload
mkdir ${HOME}/public_html
-wget --mirror \
- --no-parent \
- --no-host-directories \
- --cut-dirs=1 \
- --directory-prefix=${HOME}/public_html \
- --reject "index.html*" \
- http://ci.linaro.org/~ubuntu/
+#wget --mirror \
+# --no-parent \
+# --no-host-directories \
+# --cut-dirs=1 \
+# --directory-prefix=${HOME}/public_html \
+# --reject "index.html*" \
+# http://ci.linaro.org/~ubuntu/
git_config
cp -a /usr/share/doc/git/contrib/workdir/git-new-workdir /usr/bin/git-new-workdir
diff --git a/node/setup_lib b/node/setup_lib
index 864a7c4..4edb231 100755
--- a/node/setup_lib
+++ b/node/setup_lib
@@ -61,13 +61,13 @@ 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}
}
ca_certificates_install()