X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=58f9c3deb6210cff27391366a30d7b3149f10769;hb=996695a3d7bba0bce1c064e404829802454212ca;hp=12116d0da261f70dc25dd5dcaca0db1f8be7c049;hpb=a4b97ea17c84ad54d8de977aa90d7519df2cfac2;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index 12116d0d..58f9c3de 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.50309} + PLATFORM_VERSION=${2:-4.3.1.0.53651} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.50310} + PLATFORM_VERSION=${2:-4.3.1.0.53651} else echo "Internal error: unknown platform $PLATFORM" exit 1 @@ -171,7 +171,7 @@ fi if $runMkcontainer; then sudo apt-get install -y libxml2-dev libxslt-dev sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY} - sudo pip3 install -y lxml==3.4.0 + sudo pip3 install lxml==3.4.0 fi @@ -185,6 +185,8 @@ if [[ $PLATFORM == ub16 ]]; then rw.core.rwvx-rwdts=${PLATFORM_VERSION} \ rw.automation.core-RWAUTO=${PLATFORM_VERSION} \ rw.core.rwvx-rwha-1.0=${PLATFORM_VERSION} + + sudo apt-get install python-cinderclient sudo chmod 777 /usr/rift /usr/rift/usr/share