X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=c8aec58644d3f1e29611abef4c8fe79f9c6c46f0;hb=1b20e0cd3fadc172e81b66f782d4d750c8cb6bdf;hp=c1adc1cf93236f0d6730e4c50004b444f4708646;hpb=b2f92c8398e1ac6036011db59464ad4304220e43;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index c1adc1cf..c8aec586 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -30,7 +30,7 @@ # ARGS PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published -PLATFORM_VERSION=${2:-4.3.1.0.49553} +PLATFORM_VERSION=${2:-4.3.1.0.49553-1} # must be run from the top of a workspace cd $(dirname $0) @@ -91,4 +91,4 @@ make -j16 sudo make install # note to start the RIFT.io UI please run -echo 'sudo /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui' +echo 'sudo -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui'