X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fbuilder.sh;h=dbb4942b7fbb4de2adf63c951baf66b9e0c663f5;hb=09703942f85f4df7aa90b8cf5fab213f6e857c8a;hp=65d1b97c733abfc0cbad952855c8e4de1683d20f;hpb=8fbb4bf3bb53b6b5bb5d257d458fc6eff8934b32;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index 65d1b97c7..dbb4942b7 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -1,6 +1,17 @@ #!/bin/bash yum clean all -yum install -y python-{tox,virtualenv} + +# add in 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" +#Added the mono tools repository +yum-config-manager -q -y --add-repo http://origin-download.mono-project.com/repo/centos6 +#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 # vim: sw=2 ts=2 sts=2 et :