X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Finstall-rpm-rmr.sh;fp=jjb%2Fshell%2Finstall-rpm-rmr3.sh;h=6cb3793c22d37e7e4e626953cfe7224c0ff72874;hb=18c71594912bbcdb58210c184f266594bc99597f;hp=cb74bea8056c5b073f7a03a21d2dc320c0da0d5e;hpb=a367ea4ff04276a43abbc1af6ed9461b0b4056eb;p=ci-management.git diff --git a/jjb/shell/install-rpm-rmr3.sh b/jjb/shell/install-rpm-rmr.sh similarity index 86% rename from jjb/shell/install-rpm-rmr3.sh rename to jjb/shell/install-rpm-rmr.sh index cb74bea8..6cb3793c 100644 --- a/jjb/shell/install-rpm-rmr3.sh +++ b/jjb/shell/install-rpm-rmr.sh @@ -16,14 +16,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Installs RMR ver 3.x headers and shared-object libraries -# from PackageCloud on a CentOS; does NOT install or assume NNG. +# Installs RMR headers and shared-object libraries from PackageCloud +# on a CentOS; does NOT install or assume NNG. # Reads RMR version number from repo file rmr-version.yaml like this: # --- # repo: staging (this entry is optional) -# version: 3.6.1 (this entry is required) +# version: 3.8.2 (this entry is required) -echo "---> install-rpm-rmr3.sh" +echo "---> install-rpm-rmr.sh" # stop on error or unbound var, and be chatty set -eux @@ -49,4 +49,4 @@ for rpm in "rmr-${ver}-1.x86_64.rpm" "rmr-devel-${ver}-1.x86_64.rpm"; do rm -f "${rpm}" done -echo "---> install-rpm-rmr3.sh ends" +echo "---> install-rpm-rmr.sh ends"