From: Anil Belur Date: Sun, 14 May 2017 23:07:49 +0000 (+1000) Subject: Disable building 6wind/quagga binaries X-Git-Tag: release/carbon~48^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=6e8439da86536587a1fa1798a7bc0697ae2f08fe Disable building 6wind/quagga binaries The issue needs to fixed in an zrcpd repository externally. The script does not install the required dependencies for building the binaries causing the jobs to fail. https://lists.opendaylight.org/pipermail/dev/2017-May/003671.html https://lists.opendaylight.org/pipermail/dev/2017-May/003679.html Change-Id: I429251b0e6459bdeb6d7ad53ba3f095af1a88fca Signed-off-by: Anil Belur --- diff --git a/packer/provision/mininet-ovs-2.5.sh b/packer/provision/mininet-ovs-2.5.sh index 55efc9970..5f392cf8a 100644 --- a/packer/provision/mininet-ovs-2.5.sh +++ b/packer/provision/mininet-ovs-2.5.sh @@ -47,15 +47,3 @@ apt-get install vlan # Install netaddr package which is needed by some custom mininet topologies apt-get install python-netaddr - -#Check out 6Wind quagga with tag name '20170418', compile and install for router functionalities -echo "---> Installing the Quagga..." -mkdir -p /tmp/build_quagga -cd /tmp/build_quagga -git clone https://github.com/6WIND/zrpcd.git -cd zrpcd -chmod a+x /tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -/tmp/build_quagga/zrpcd/pkgsrc/dev_compile_script.sh -d -b -t -v 2 - -# Removing the build_quagga folder -rm -rf /tmp/build_quagga/