aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-08-02 11:26:24 +0100
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2012-08-02 11:26:24 +0100
commit1fd1c97155b7b4b157f389102ef43d6ab4fe8a61 (patch)
tree843322ba890773ee9dfb5b765530d07ef2bdf5de /node
parent7533f01084ecc6e50aa97772c0f8c56102f7cdd0 (diff)
Made the wgets more quiet by using -nv. This is slightly less quiet than -q, but much less noisy than not using any flags. It will show the URL we are downloading and any error messages. Should keep logs small, but usable.
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 edb1859..e135938 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 --no-check-certificate 'http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable' -O repo
+wget -nv --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 --no-check-certificate http://android-build.linaro.org/seed/sun-java6-bin_6.26-2natty1_amd64.deb \
+wget -nv --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