X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=vagrant%2Fbasic-builder%2Fbootstrap.sh;h=db5f639028e17b56ce86af889f91a1749003da48;hb=ce435ac948b36f8ff33177a0457e96e2d920866a;hp=24aed3c7b54cfa8de03aafce71afe7037d08a3e0;hpb=dd66dd7faa60c89364bb5f87a9c87c745278b52d;p=releng%2Fbuilder.git diff --git a/vagrant/basic-builder/bootstrap.sh b/vagrant/basic-builder/bootstrap.sh index 24aed3c7b..db5f63902 100644 --- a/vagrant/basic-builder/bootstrap.sh +++ b/vagrant/basic-builder/bootstrap.sh @@ -30,8 +30,8 @@ yum install -q -y {jansson,libevent,libnl,libuuid}-devel \ #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