Merge branch 'v2.0' 28/1728/1
authorvelandy <rajesh.velandy@riftio.com>
Fri, 28 Apr 2017 13:33:18 +0000 (09:33 -0400)
committervelandy <rajesh.velandy@riftio.com>
Fri, 28 Apr 2017 13:35:17 +0000 (09:35 -0400)
Change-Id: Ie77b962ca0ae4e57c4e2af1624e804175ac702fc
Signed-off-by: velandy <rajesh.velandy@riftio.com>
BUILD.sh

index 375cb35..ab1e685 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -305,12 +305,6 @@ else
     exit 1
 fi
 
-# install some base files used to create VNFs
-test -d /usr/rift/images || mkdir /usr/rift/images
-for file in Fedora-x86_64-20-20131211.1-sda-ping.qcow2 Fedora-x86_64-20-20131211.1-sda-pong.qcow2 Fedora-x86_64-20-20131211.1-sda.qcow2; do
-    test -f /usr/rift/images/$file || curl -o /usr/rift/images/$file http://repo.riftio.com/releases/open.riftio.com/4.3.1/$file 
-done
-
 # If you are re-building SO, you just need to run
 # these two steps
 if ! $installSO; then