RMR update and H release step 1 of 2 99/11299/1 0.5.15
authorczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 11:15:01 +0000 (14:15 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 11:15:01 +0000 (14:15 +0300)
Change-Id: I03696386332872a31240ff0042d71944e142d065
Signed-off-by: czichy <thoralf.czichy@nokia.com>
build/build_ubuntu.sh
build/container-tag.yaml

index d99044b..c8bd9e6 100755 (executable)
 echo "--> build_ubuntu.sh starts"
 
 # Install RMR from deb packages at packagecloud.io
-rmr=rmr_4.9.0_amd64.deb
+rmr=rmr_4.9.1_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.0_amd64.deb
+rmrdev=rmr-dev_4.9.1_amd64.deb
 wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmrdev/download.deb
 sudo dpkg -i $rmrdev
 rm $rmrdev
index de469e7..3ce527d 100644 (file)
@@ -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.14
+tag: 0.5.15