Remove 6wind/quagga build temporarily 72/58472/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 8 Jun 2017 06:26:57 +0000 (16:26 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 8 Jun 2017 06:35:23 +0000 (16:35 +1000)
No response from the zrpcd maintaners to update the scripts.
Once the issue is resovled we can enabled this on images.

https://lists.opendaylight.org/pipermail/dev/2017-May/003724.html
https://lists.opendaylight.org/pipermail/dev/2017-May/003698.html

Change-Id: I0d05e45528d549a3ba32542e946b23198724fecc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/java-builder.sh

index 57bcc1227314ab732de45b042158ae1d1377824c..675d6082ed70b654e9bf105871f5969d9f982b42 100644 (file)
@@ -73,15 +73,3 @@ unzip packer_0.12.2_linux_amd64.zip -d /usr/local/bin/
 # rename packer to avoid conflict with binary in cracklib
 mv /usr/local/bin/packer /usr/local/bin/packer.io
 
-#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
-git checkout 20170418
-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/