X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jenkins-scripts%2Fbuilder.sh;h=367451f56e414ca0b3d74c26a7a20aae185071f8;hb=1fc500b2ae0403431242b4d735698461cabe67a3;hp=5092374c572ea7b9cde8c69458b2b13abe5ea8ff;hpb=6006ee4d282e38ec6d0c3d3bb6f9846aa217f64b;p=releng%2Fbuilder.git diff --git a/jenkins-scripts/builder.sh b/jenkins-scripts/builder.sh index 5092374c5..367451f56 100755 --- a/jenkins-scripts/builder.sh +++ b/jenkins-scripts/builder.sh @@ -1,18 +1,12 @@ #!/bin/bash +# vim: sw=2 ts=2 sts=2 et : yum clean all -yum install -y python-virtualenv xmlstarlet -# 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 +# disable the firewall +/bin/bash ./disable_firewall.sh -# vim: sw=2 ts=2 sts=2 et : +cat </etc/sudoers.d/89-jenkins-user-defaults +Defaults:jenkins !requiretty +jenkins ALL = NOPASSWD: ALL +EOF