Fixed URL for nuget and mono installation 61/21361/1
authorgvrangan <venkatrangang@hcl.com>
Thu, 28 May 2015 10:55:42 +0000 (19:55 +0900)
committergvrangan <venkatrangang@hcl.com>
Thu, 28 May 2015 10:57:39 +0000 (19:57 +0900)
Change-Id: Ie2d74ef0c9b86ee6c72c0b53252e55a91e2c1a1d
Signed-off-by: gvrangan <venkatrangang@hcl.com>
jenkins-scripts/builder.sh
vagrant/basic-builder/bootstrap.sh

index 038e81d83588d087927e8bfec0fd24b52d3d5c68..967cfe9706591313d1fef275bd6a8167a3892689 100755 (executable)
@@ -9,9 +9,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
 
index 24aed3c7b54cfa8de03aafce71afe7037d08a3e0..db5f639028e17b56ce86af889f91a1749003da48 100644 (file)
@@ -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