X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=ab1e685c76ddc3c4eb725ae9b210cafe140ea2d4;hb=c581c67eb7adccd40b66c8153b77fbebfe3e79e3;hp=375cb3506bff4b3a632c36c9a663eb7a5d78b7bd;hpb=80076a4a77ddf5728fc4bd6331170b19bb4366f9;p=osm%2FSO.git 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