X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-scripts%2Fbuilder.sh;h=dbb4942b7fbb4de2adf63c951baf66b9e0c663f5;hb=52db504a068a8bef7ef24484462b65c3f0c42456;hp=038e81d83588d087927e8bfec0fd24b52d3d5c68;hpb=93db7ef8ff0ebf7875ee468278f93b742f51c2c9;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index 038e81d83..dbb4942b7 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -1,7 +1,6 @@ #!/bin/bash yum clean all -yum install -y python-{tox,virtualenv} xmlstarlet # add in mono components for VTN yum install -y yum-utils @@ -9,9 +8,9 @@ yum install -y yum-utils #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://download.mono-project.com/repo/centos6 +yum-config-manager -q -y --add-repo http://origin-download.mono-project.com/repo/centos6 #Install the nuget binary -yum install -q -y http://download.mono-project.com/repo/centos/RPMS/noarch/nuget-2.8.3+md58+dhx1-0.noarch.rpm +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