X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fbuilder.sh;h=ea7c7b583d44ec456bacc9670cec5224c7c762d7;hb=257c6458c6bc5c354d90bc9d0551cbf2fa77b020;hp=e2f5f13535cdc5bf6dae49d76ff39873d2a6f59e;hpb=60a853ae11f6ed897c1864744903929f2be8467d;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index e2f5f1353..ea7c7b583 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -1,6 +1,21 @@ #!/bin/bash yum clean all -yum install -y python-{tox,virtualenv} xmlstarlet +yum install -y python-virtualenv xmlstarlet + +# sshpass for the current deploy test to be runable immediatelly after build +yum install -y sshpass + +# 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 :