From 7533f01084ecc6e50aa97772c0f8c56102f7cdd0 Mon Sep 17 00:00:00 2001 From: James Tunnicliffe Date: Thu, 2 Aug 2012 11:06:58 +0100 Subject: To aid debugging get rid of quiet option to wget. Accept all certificates for https downloads (wget) because snapshots.linaro.org and releases.linaro.org HTTPS servers use self signed certs. This has only been changed for wget uses that may point to a Linaro hosted download. --- node/setup-build-android | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node') diff --git a/node/setup-build-android b/node/setup-build-android index 6c13890..edb1859 100755 --- a/node/setup-build-android +++ b/node/setup-build-android @@ -36,7 +36,7 @@ apt-get-retry () { # get latest repo script and install it in PATH #wget http://android.git.kernel.org/repo # Use our mirror of repo -wget 'http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable' -O repo +wget --no-check-certificate 'http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable' -O repo mv repo /usr/local/bin/repo chmod a+x /usr/local/bin/repo @@ -53,7 +53,7 @@ apt-get-retry install -y python-software-properties unixodbc java-common ##add-apt-repository "deb http://archive.canonical.com/ubuntu maverick partner" ##apt-get update -wget -q http://android-build.linaro.org/seed/sun-java6-bin_6.26-2natty1_amd64.deb \ +wget --no-check-certificate http://android-build.linaro.org/seed/sun-java6-bin_6.26-2natty1_amd64.deb \ http://android-build.linaro.org/seed/sun-java6-jdk_6.26-2natty1_amd64.deb \ http://android-build.linaro.org/seed/sun-java6-jre_6.26-2natty1_all.deb -- cgit v1.2.3