Merge "Migrate didm matrix-verify jobs to freestyle-verify jobs"
[releng/builder.git] / jenkins-scripts / builder.sh
index e80945ac19cb81e67da662515e82854f8ae627e8..c125bf5e0427dc6936fbffc97199d647f7d28033 100755 (executable)
@@ -3,22 +3,6 @@
 
 yum clean all
 
-#
-# VTN
-#
-
-# Add mono components for VTN
-yum install -y yum-utils
-# The following is needed for the new code in VTN project
-# These packages will enable C# compilation
-rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
-# Add the mono tools repository
-yum-config-manager -q -y --add-repo http://origin-download.mono-project.com/repo/centos
-# Install the nuget binary
-yum install -q -y http://origin-download.mono-project.com/repo/centos/n/nuget/nuget-2.8.3+md58+dhx1-0.noarch.rpm
-# Install the mono toolchain
-yum -q -y install mono-complete
-
 #
 # Integration/Packaging
 #
@@ -29,8 +13,6 @@ yum install -y fedora-packager
 # Install software for building docs
 yum install -y libxslt-devel
 
-
-
 # disable the firewall
 /bin/bash ./disable_firewall.sh
 
@@ -45,7 +27,6 @@ cd /tmp/Hbase
 wget --no-verbose http://apache.osuosl.org/hbase/hbase-0.94.27/hbase-0.94.27.tar.gz
 
 echo "Installing the Hbase Server..."
-
 tar -xvf hbase-0.94.27.tar.gz
 
 #Installation of Cassandra