X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build-rtmgr-ubuntu.sh;h=d0e5cdcc1e1b614ad1dab6af17f654dbe2cc26de;hb=c4c43df0169c3ec3856c5fbde95b358f471e8c1f;hp=f23b9cb920fcbf36918c51ef1d5193dd5caeac1f;hpb=6805ff10af5640f380a25ba8b53090102a9c5d27;p=ric-plt%2Frtmgr.git diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index f23b9cb..d0e5cdc 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -20,7 +20,7 @@ set -eux echo "--> rtmgr-build-ubuntu.sh" curdir=`pwd` -RMRVERSION=3.6.5 +RMRVERSION=4.0.2 wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb @@ -48,7 +48,7 @@ git clone "https://gerrit.o-ran-sc.org/r/ric-plt/appmgr" \ && cp appmgr/api/appmgr_rest_api.yaml api/ \ && rm -rf appmgr -cp -r curdir/* /tmp/go/src/routing-manager/. +cp -r $curdir/* /tmp/go/src/routing-manager/. cd /tmp/go/src/routing-manager