From: czichy Date: Wed, 13 Dec 2023 10:22:53 +0000 (+0200) Subject: RMR update and release I step 1 of 2 X-Git-Tag: 0.5.16 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F0.5.16;p=ric-plt%2Falarm-go.git RMR update and release I step 1 of 2 Change-Id: I0c30c3fd31bb8aa8cffcdeeec4881bc7ff3bbad3 Signed-off-by: czichy --- diff --git a/build/build_ubuntu.sh b/build/build_ubuntu.sh index c8bd9e6..a18f351 100755 --- a/build/build_ubuntu.sh +++ b/build/build_ubuntu.sh @@ -22,11 +22,11 @@ echo "--> build_ubuntu.sh starts" # Install RMR from deb packages at packagecloud.io -rmr=rmr_4.9.1_amd64.deb +rmr=rmr_4.9.4_amd64.deb wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmr/download.deb sudo dpkg -i $rmr rm $rmr -rmrdev=rmr-dev_4.9.1_amd64.deb +rmrdev=rmr-dev_4.9.4_amd64.deb wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmrdev/download.deb sudo dpkg -i $rmrdev rm $rmrdev diff --git a/build/container-tag.yaml b/build/container-tag.yaml index 3ce527d..9a3ad86 100644 --- a/build/container-tag.yaml +++ b/build/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.5.15 +tag: 0.5.16