From 097b6cd2498c8b5888d7cd94d6cc1323203e6477 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 11 Apr 2016 16:58:14 +0000 Subject: [PATCH 1/1] Revert "Temporarily disable installs from archive.apache.org" archive.apache.org has returned from maintenance. This reverts commit 594524e738aa9a5f8cad622158838289b8867aec. Change-Id: I80000b83a742045ae8eb405f7387956999129ee8 Signed-off-by: Thanh Ha --- jenkins-scripts/controller.sh | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/jenkins-scripts/controller.sh b/jenkins-scripts/controller.sh index cac6a2452..cd7cd521e 100755 --- a/jenkins-scripts/controller.sh +++ b/jenkins-scripts/controller.sh @@ -7,33 +7,26 @@ yum install -y sshpass # vim: sw=2 ts=2 sts=2 et : - - -### -### Disable archive.apache.org downloads since that site is under maintenance until -### April 11th 2016. -### - # Installation of Hbase -#mkdir /tmp/Hbase -#cd /tmp/Hbase +mkdir /tmp/Hbase +cd /tmp/Hbase -#wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz +wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz -#echo "Installing the Hbase Server..." -#tar -xvf hbase*.tar.gz +echo "Installing the Hbase Server..." +tar -xvf hbase*.tar.gz #Installation of Cassandra -#mkdir /tmp/cassandra -#cd /tmp/cassandra +mkdir /tmp/cassandra +cd /tmp/cassandra -#wget --no-verbose http://archive.apache.org/dist/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz +wget --no-verbose http://archive.apache.org/dist/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz -#echo "Installing the Cassandra Server..." -#tar -xvf apache*.tar.gz +echo "Installing the Cassandra Server..." +tar -xvf apache*.tar.gz cat </etc/sudoers.d/89-jenkins-user-defaults -- 2.36.6