aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-08-02 11:06:58 +0100
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-08-02 11:06:58 +0100
commit7533f01084ecc6e50aa97772c0f8c56102f7cdd0 (patch)
treebe9a62c0f6af2587cb40fa118f8ff49126868ad7 /node
parent017414afa80b4012a6b29e3093fcc6e73b9ad7d7 (diff)
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.
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-build-android4
1 files changed, 2 insertions, 2 deletions
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