aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
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