Fix mono-complete repo url 92/38892/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 May 2016 20:31:12 +0000 (16:31 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 13 May 2016 20:32:16 +0000 (16:32 -0400)
centos6 is no longer a valid url. It seems simply centos works so adjust
to that.

Change-Id: I66ee54bd35c2732a515a0e6454244e1ed5b9f808
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/builder.sh

index dbb4942b7fbb4de2adf63c951baf66b9e0c663f5..5f1df25c112b90fe7a3bd7c2d7d2d95d863829f3 100755 (executable)
@@ -8,7 +8,7 @@ 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://origin-download.mono-project.com/repo/centos6
+yum-config-manager -q -y --add-repo http://origin-download.mono-project.com/repo/centos
 #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