From: Chamarty Date: Tue, 25 Apr 2017 16:04:08 +0000 (+0000) Subject: Bug 197 Remove ping pong images from SO code X-Git-Tag: v2.0.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=12b809b92848be99f1bfd2d823695fce35a8f130;hp=-c;p=osm%2FSO.git Bug 197 Remove ping pong images from SO code Change-Id: I5962e0be718ef6ffc972685ecdcfc6c508304a32 Signed-off-by: Chamarty --- 12b809b92848be99f1bfd2d823695fce35a8f130 diff --git a/BUILD.sh b/BUILD.sh index 375cb350..ab1e685c 100755 --- 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