aboutsummaryrefslogtreecommitdiff
path: root/control
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 /control
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 'control')
-rwxr-xr-xcontrol/setup-control-node8
1 files changed, 4 insertions, 4 deletions
diff --git a/control/setup-control-node b/control/setup-control-node
index cec0419..62550a5 100755
--- a/control/setup-control-node
+++ b/control/setup-control-node
@@ -26,11 +26,11 @@ sudo apt-get install -qq -y git-core gnupg bzr make
# +++ JENKINS +++
#
sudo apt-get install -qq -y python-lxml default-jre-headless daemon
-wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
+wget -nv -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
#echo 'deb http://pkg.jenkins-ci.org/debian binary/' | sudo tee /etc/apt/sources.list.d/jenkins-ci.list > /dev/null
#sudo apt-get update -qq
#sudo apt-get install -qq -y jenkins
-wget -q $JENKINS_DEB
+wget -nv $JENKINS_DEB
# This might fail due to missing dependencies
sudo dpkg -i $(basename $JENKINS_DEB) || true
# Make apt-get install missing dependencies
@@ -57,7 +57,7 @@ sudo mkdir -p ~jenkins/plugins/
savedir=$PWD
cd ~jenkins/plugins/
for url in $PLUGINS; do
- sudo wget -q --no-check-certificate $url || exit 1
+ sudo wget -nv --no-check-certificate $url || exit 1
done
cd $savedir
@@ -290,7 +290,7 @@ sudo -u www-data ./bin/manage loaddata --settings settings_prod group-fixture.js
sudo apt-get install -qq -y unzip python-cssutils
sudo -H -u build-system-frontend sh -xes "$@" <<\EOF
cd
-wget -c -q http://yui.zenfs.com/releases/yui3/yui_3.3.0.zip
+wget -c -nv http://yui.zenfs.com/releases/yui3/yui_3.3.0.zip
unzip -o -q yui_3.3.0.zip
rm -rf lazr-js
bzr get lp:~mwhudson/lazr-js/combo-mod_wsgi-config lazr-js