X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-rtmgr%2Fprescan-rtmgr-ubuntu.sh;fp=jjb%2Fric-plt-rtmgr%2Fprescan-rtmgr-ubuntu.sh;h=2ed11773d69195523512dad767ee1bdf93f9f2c0;hb=a357a7638100cfb0c3cea8a244a01dd807003d8b;hp=0000000000000000000000000000000000000000;hpb=b84ff90e70a711778abd5d2463c63223a0253253;p=ci-management.git diff --git a/jjb/ric-plt-rtmgr/prescan-rtmgr-ubuntu.sh b/jjb/ric-plt-rtmgr/prescan-rtmgr-ubuntu.sh new file mode 100644 index 00000000..2ed11773 --- /dev/null +++ b/jjb/ric-plt-rtmgr/prescan-rtmgr-ubuntu.sh @@ -0,0 +1,31 @@ +#!/bin/sh +############################################################################## +# +# Copyright (c) 2020 AT&T Intellectual Property. +# Copyright (c) 2019 Nokia. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################## + +echo "--> prescan-rtmgr-ubuntu.sh" + +set -ex + +# Assumes ubuntu - uses apt-get +sudo apt-get update + +# build script execution +bash ./build-rtmgr-ubuntu.sh + +echo "--> prescan-rtmgr-ubuntu.sh ends"